Skip to content
/ ui Public

UI react component library based on shadcn/ui

License

Notifications You must be signed in to change notification settings

LarisLab/ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f98167 · Feb 7, 2025

History

83 Commits
Aug 22, 2024
Jan 10, 2025
Feb 7, 2025
Aug 16, 2024
Aug 16, 2024
Feb 7, 2025
Aug 22, 2024
Aug 22, 2024
Jan 10, 2025
Aug 22, 2024
Feb 7, 2025
Feb 7, 2025
Jan 6, 2025
Aug 21, 2024
Aug 21, 2024

Repository files navigation

UI

semantic-release code style: prettier

UI react component library based on shadcn/ui

Read Documentation 📘

Installation

1. Install package

npm i @larislab/ui tailwindcss-animate lucide-react

2. Update tailwind.config.ts / tailwind.config.mjs

export default {
    content: ['src/**/*.{js,jsx,mdx,ts,tsx}', 'node_modules/@larislab/ui/dist/**/*.js'],
    plugins: [require('@larislab/ui/plugin'), require('tailwindcss-animate')],
}

3. Wrap content to provider

<UiProvider>...</UiProvider>

That's it! You're ready to use the components.