N
Nyxis
Components

Switch

Toggle switch.

Preview

Installation

pnpm add nyxis-ui

Usage

import { Switch } from 'nyxis-ui';
// or, for stricter tree-shaking:
// import { Switch } from 'nyxis-ui/switch';

<Switch id="airplane" />
<Label htmlFor="airplane">Airplane mode</Label>