- Components
- input-time
Input Time
Form input specialized for selecting times of day.
Demo
Preview
Code
Time
import { InputTime } from "@/components/jk/input-time"
export const InputTimeDemo = () => {
return (
<InputTime label="Time" />
)
}
Installation
terminal
npx shadcn@latest add @jk-ui/input-time