Getting Started
Learn how to use Aesthe UI components in your project
Quick Start
To get started with Aesthe UI, you'll need:
- A Next.js 15+ project
- Tailwind CSS 4 configured
- Motion (Framer Motion) installed
Installation
Install the required dependencies:
npm install motion tailwindcss clsx tailwind-mergeUsing Components
Each component is standalone and can be copied directly into your project. Simply:
- Browse the components you need
- Copy the code from the documentation
- Paste it into your project
- Customize as needed
Available Components
We offer a growing collection of components:
- AI Input - 2 variants for chat interfaces
- Alerts - 2 notification styles
- Buttons - 7 animated button variants
Customization
All components are built with Tailwind CSS and can be easily customized by modifying the className properties.