diff --git a/src/components/tooltip/bl-tooltip.stories.mdx b/src/components/tooltip/bl-tooltip.stories.mdx index 7898f537..fd96482f 100644 --- a/src/components/tooltip/bl-tooltip.stories.mdx +++ b/src/components/tooltip/bl-tooltip.stories.mdx @@ -9,7 +9,7 @@ import { Meta, Canvas, ArgsTable, Story, Preview, Source } from '@storybook/addo component="bl-tooltip" argTypes={{ placement: { - control: 'text' + control: 'text' } }} /> @@ -28,7 +28,7 @@ export const ButtonTriggerTemplate = (args) => html` export const PlacementTemplate = (args) => html` - You can use this section to cancel your order. @@ -73,10 +73,10 @@ In this case, you should give `position:fixed` as below. - {IconTriggerTemplate.bind({})} + {IconTriggerTemplate.bind({})} - {ButtonTriggerTemplate.bind({})} + {ButtonTriggerTemplate.bind({})} @@ -105,30 +105,28 @@ For example, if there is not enough room on the top, the tooltip is shown on the - {TopPlacementTemplate.bind({})} + {TopPlacementTemplate.bind({})} - {BottomPlacementTemplate.bind({})} + {BottomPlacementTemplate.bind({})} - {LeftPlacementTemplate.bind({})} + {LeftPlacementTemplate.bind({})} - {RightPlacementTemplate.bind({})} + {RightPlacementTemplate.bind({})} ## Reference - -