@frankhe/component-lib
v0.5.0
Published
A collection of shadcn/ui components built with React, TypeScript, and Tailwind CSS
Downloads
5
Maintainers
Readme
In order to build library, we need to update
- Package.json to export css,
- in the build script, we are running copy-css command
- move react/react-dom to peerDependency
- both vite.config.ts and .storybook/main.ts needs to have same alias settings
pnpm dlx shadcn@latest add https://registry.lloydrichards.dev/registry/tooltip-story Then modify storybook, remove the testing, and also upate the action reference, no need to have it
