import React from 'react'; import {Switch} from '../../src/primitive-components/material-you-components'; export default function Switches() { return (

Switches

Without icon

Default

Disabled

With icon (both)

Default

Disabled

With icon (selected)

Default

Disabled

); }