Switch
Animated toggle switch
Preview
Off
On
Usage
import { Switch } from '@aaroh/react-ui';
export default function Example() {
return (
<Switch>
Click Me
</Switch>
);
}
Accessibility
- Full keyboard navigation support
- ARIA attributes managed automatically
- Focus rings managed for screen readers
