Installation

This guide will help you set up Alquimia UI in your project.

Prerequisites

Before installing Alquimia UI, ensure you have the following dependencies:

npm install react react-dom tailwindcss postcss autoprefixer

Installing Alquimia UI

  1. Install the Alquimia UI package:

npm install @alquimia-ai/ui

# or with yarn
yarn add @alquimia-ai/ui

# or with pnpm
pnpm add @alquimia-ai/ui
  1. Install required dependencies:

npm install tailwind-merge tailwindcss-animate tsparticles-engine

Configuration

1. Tailwind CSS Setup

Create or update your tailwind.config.js:

2. CSS Setup

If you dont't have a global CSS file, add the following to your global CSS file:

Usage Example

You can use atomic component types such as atoms, molecules, organisms, to build your own components. This specific set of components is oriented to build products for Alquimia AI.

All components are typed and available in the Components section.

Next Steps

Last updated