﹥
Basic Input
Simple text field
LOCALHOST:3000
> Type here...
NORMAL100%
API Reference
| Prop | Type | Required | Description |
|---|---|---|---|
| placeholder | string | - | Placeholder text |
InstallationBASH
npx siddcn add input-basicUsageTSX
import { TextInput } from 'siddcn';
export default function App() {
return <TextInput placeholder="Type here..." />;
}