Appearance
Switches toggle a single setting on or off.
import { MdSwitch } from 'vue-material-3';
<MdSwitch v-model="enabled" />
Use Storybook for controls.