Components

A toggle control for enabling or disabling settings.

Installation

NPM packages are currently unstable and may cause issues. Use it at your own risk.
npm install @mijn-ui/react-switch

Usage

import { Switch } from "@mijn-ui/react-switch"
<Switch />

Switch Style Slots

Slot NameTargeted ComponentPurpose
baseSwitchStyles the root switch component.
thumbSwitchStyles the thumb of the switch.

On this page