siddcn logo
siddcn

Basic Input

Simple text field

LOCALHOST:3000
> Type here...
NORMAL100%

API Reference

PropTypeRequiredDescription
placeholderstring-Placeholder text
InstallationBASH
npx siddcn add input-basic
UsageTSX
import { TextInput } from 'siddcn';

export default function App() {
  return <TextInput placeholder="Type here..." />;
}