import OLToggleButton from '@/features/ui/components/ol/ol-toggle-button' import OLToggleButtonGroup from '@/features/ui/components/ol/ol-toggle-button-group' export const Base = () => { return ( ¼ width ½ width ¾ width Full width ) } export const Disabled = () => { return ( ¼ width ½ width ¾ width Full width ) } export default { title: 'Shared / Components / Toggle Button Group', component: OLToggleButtonGroup, }