Svelte Indie UI
Free components, Copy and Paste to illuminate your applications with elegance.
Quick Setup
To use Indie UI, you need to set up Tailwind CSS, clsx, and tailwind-merge for your project. Follow the instructions below to install these dependencies.
Utility function
To install clsx & Tailwind-Merge, run the following command in your project directory
Install Dependencies
Loading...
Create a file lib/utils.ts
.This function is designed to
work with Tailwind CSS and clsx to generate class strings.
lib/utils.ts
Loading...