We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5395c commit 7a9263fCopy full SHA for 7a9263f
stories/Popover.stories.tsx
@@ -5,7 +5,6 @@ import {
5
ComponentStoryObj,
6
DecoratorFn,
7
} from '@storybook/react';
8
-import classNames from 'classnames';
9
10
/**
11
*
@@ -21,12 +20,7 @@ const paddingDecorator: DecoratorFn = (story) => (
21
20
padding: '100px 350px',
22
}}
23
>
24
- <div
25
- className={classNames(
26
- 'slds-dropdown-trigger',
27
- 'slds-dropdown-trigger_click'
28
- )}
29
- >
+ <div className='slds-dropdown-trigger slds-dropdown-trigger_click'>
30
<Button type='icon' icon='question' />
31
{story()}
32
</div>
0 commit comments