import OLToggleButton from '@/shared/components/ol/ol-toggle-button'
import OLToggleButtonGroup from '@/shared/components/ol/ol-toggle-button-group'
import { figmaDesignUrl } from '../../../.storybook/utils/figma-design-url'
export const Default = () => {
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,
parameters: figmaDesignUrl(
'https://www.figma.com/design/V7Ogph1Ocs4ux2A4WMNAh7/Overleaf---Components?node-id=3460-191910&m=dev'
),
}