Docs
Select Input
Select Input
Description goes here
Choose one of the available options
Installation
pnpm dlx shadcn@latest add https://deltacomponents.dev/r/select-input
Usage
"use client"
import * as React from "react"
import { SelectInput } from "@/registry/inputs/select-input"
export function Component() {
return <SelectInput />
}
API Reference
Parameters
Name | Type | Description |
---|---|---|
prop | type | description |