Getting Started
Learn how to install and set up Aviris UI in your React project. Follow these steps to get up and running quickly.
Install Aviris UI
Install Aviris UI using your preferred package manager:
Terminal
This will install the core package along with its peer dependencies.
Configure Tailwind CSS
Add the following to your tailwind.config.js:
tailwind.config.js
Add Required Providers
Wrap your app with the required providers:
app/layout.tsx
Start Using Components
Import and use components in your application:
app/login/page.tsx
Next Steps
- Explore the components in the documentation
- Learn about customizing components and themes
- Check out the example applications
- Join our Discord community for support