0.0.2 • Published 7 months ago

daisify v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Daisify

Convert your tailwind components to use DaisyUi themes for easeof customization

usage run daisify

Commands

  • daisify shadcn To convert your shadcn tailwind components to use daisyui themes
npx daisify shadcn
yarn daisify shadcn
pnpm dlx daisify shadcn

options

Usage: daisify shadcn [options]

convert shadcn components to use daisyui themes

Options:
  -d, --dir <shadcn_directory>  shadcn components directory path
  -h, --help                    display help for command

It will try to infer the components directory from the ts config if it falis it will prompt you for one

the dafult is src/components/ui

npx daisify shadcn -d src/components/ui

Also remeber to later your tailwind.config.js and use

 npm i daisify-shadcn tailwindcss-animate
 yarn add daisify-shadcn tailwindcss-animate
 pnpm add daisify-shadcn tailwindcss-animate

daisify-shadcn tailwind plugin