UI Componentsprimitives

Input

Styled input field component.

Preview placeholder

input-viz

Installation

Terminal
npx @ontopic/viz add ui/generic/input

Props

PropTypeDescription
typestringInput type

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { Input } from '@/viz/ui/generic/input';