---import { Label } from '@bejamas/ui/components/label';import { Switch } from '@bejamas/ui/components/switch';---
<div class="flex items-center gap-3"> <Switch id="notifications" /> <Label for="notifications">Enable notifications</Label></div>Installation
Section titled “Installation”bunx bejamas add switchnpx bejamas add switchpnpm dlx bejamas add switchyarn dlx bejamas add switch---import { Switch } from '@bejamas/ui/components/switch';import { Label } from '@bejamas/ui/components/label';---
<div class="flex items-center gap-3"> <Switch id="notifications" /> <Label for="notifications">Enable notifications</Label></div>