0.0.14 • Published 1 year ago
@dvls/shadcn-ui v0.0.14
@dvls/shadcn-ui
A library of UI components to quickly build modern and accessible applications. This package contains components inspired by ShadCN UI with additional custom components to enhance your development process.
Installation
To install the package, use the following command:
npm i @dvls/shadcn-uiUsage
Import the desired component into your project:
import { DButton } from "@dvls/shadcn-ui";Then use the component in your JSX:
<DButton variant="ghost" className="w-full">
Button
</DButton>About
All components are sourced and inspired by ShadCN UI, with more extra components coming soon! Stay tuned for updates.
For any issues or suggestions, feel free to contribute or open an issue on our repository.