Components
Input
Single-line text input with prefix/suffix slots.
Preview
Installation
pnpm add nyxis-ui
Usage
import { Input } from 'nyxis-ui';
// or, for stricter tree-shaking:
// import { Input } from 'nyxis-ui/input';
<Label htmlFor="email">Email</Label>
<Input id="email" type="email" placeholder="hello@nyxis.dev" />