Installation
How to install Inspira UI in your app.
This guide will help you install and set up Inspira UI components in your Vue or Nuxt application.
Getting Started with Inspira UI
Note: If you're using shadcn-vue
, you can skip step 1
& 4
.
Set up tailwindcss
To begin, install tailwindcss
using this guide.
Add depedencies
Install libraries for tailwindcss and utilities.
Install VueUse and supporting libraries.
Follow this guide to setup @vueuse/motion on Vue and Nuxt
Update tailwind.config.ts
and tailwind.css
Add the following code to your tailwind.config.ts
and your css
file:
Setup cn
utility
Add following utility to lib/utils.ts
utils.ts
Great job! Your project is now configured to use Inspira UI.
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.
Read more at List of all components