Input
Displays a form input field or a component that looks like an input field.
Preview
Installation
$npx maddex add Input
Usage
1<!-- @import { Input } from ../../lib/components -->
2
3<Input type="email" placeholder="Email" />
Displays a form input field or a component that looks like an input field.
1<!-- @import { Input } from ../../lib/components -->
2
3<Input type="email" placeholder="Email" />