Switch
Switch component from the Kami UI library.
What this is used for
Boolean settings and quick toggles.
Mobile-focused features
- iOS-style visual language
- clear on/off affordance
- good for dense mobile settings pages
Implementation example
import { Switch } from '@kamiui/kami';
<Switch checked={notifications} onChange={setNotifications} label="Notifications" />Preview
Switch
Preview unavailable for this component