0.0.22 • Published 9 months ago
shadcn-react v0.0.22
shadcn-react
A simple wrapper for shadcn/ui, just for my own convenience.
- style: New York
- icons: Lucide
Install
pnpm add shadcn-react
Usage
Import style.css
in the App root:
import 'shadcn-react/style.css'
Then use the components:
import { Button } from 'shadcn-react'
export default function MyComponent() {
return <Button>Hello world</Button>
}
Use the original shadcn-ui components:
import { Button } from 'shadcn-react/ui'
export default function MyComponent() {
return <Button>Hello world</Button>
}
Use lucide icons:
import { RocketIcon } from 'shadcn-react/icons'
export default function MyComponent() {
return <RocketIcon />
}
0.0.20
9 months ago
0.0.21
9 months ago
0.0.22
9 months ago
0.0.19
10 months ago
0.0.10
1 year ago
0.0.11
1 year ago
0.0.12
1 year ago
0.0.13
1 year ago
0.0.14
1 year ago
0.0.15
1 year ago
0.0.9
1 year ago
0.0.16
1 year ago
0.0.8
1 year ago
0.0.17
1 year ago
0.0.18
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago