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 autoprefixerInstalling Alquimia UI
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/uiInstall required dependencies:
npm install tailwind-merge tailwindcss-animate tsparticles-engineConfiguration
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
Check out our Components documentation
Learn about our Styling System
Explore Examples
Last updated