TextInput
Input
Single-line text with sketch border.
Preview
Installation
Import from the package. Tree-shakeable, only shipped code ships.
import { TextInput } from 'sketchpad-ui';Usage
<TextInput label="Email" placeholder="[email protected]" seed="signup-email" />