A styles input with error states and label.
npx @sv/components input
---import { Input } from "./Input.jsx";--- <Input placeholder="Text" label="Input" /><br /><Input placeholder="Text" label="Input" error="Can not be empty" />
// TODO