Getting Started with Inspira UI
Set up Tailwind CSS
To begin, install
tailwindcss using the appropriate guide for your framework:- Vue: Follow the Vite install guide for Vue
- Nuxt: Follow the framework-specific guide for Nuxt
Add dependencies
Update your main.css file
Add the following code to your
main.css file to set up the CSS variables required for the components:Optional: Add Icon Support
A variety of Inspira UI components and demos utilize the
<Icon> component with Iconify icons. Although optional, we recommend installing it for an optimal experience.To add icon support to your Vue.js or Nuxt.js project, please follow the Iconify Vue guide.Start Using Inspira UI
Now, you can start using Inspira UI components in your project. Choose the components you need, copy the code, and integrate them into your application.Visit the Inspira UI Documentation to browse available components and see usage examples.
Next Steps
Browse Components
Explore the full collection of available components and find the perfect ones for your project.
Contribute
Learn how to contribute your own components and help grow the Inspira UI library.