@manhphi1309/select
v0.1.6
Published
A custom select component for the shadcn-custom monorepo.
Readme
@manhphi1309/select
A custom select component for the shadcn-custom monorepo.
Subcomponents
Select
Dependencies
@manhphi1309/utilslucide-react
Installation
npm install @manhphi1309/selectUsage Example
import { Select } from "@manhphi1309/select"
export default function App() {
return <Select>Hello World</Select>
}