Skip to content

Commit

Permalink
fix mdx story path
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Mar 28, 2024
1 parent 027a76d commit c74e2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/stories/5. Components/Disclosure/Disclosure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as Disclosure from './Disclosure.stories';
- Similarly, the `data-disclosure-click-outside` attribute hides the content when clicking anywhere outside the content.

## Web component version
- See the [web-disclosure](/story/web-components-web-disclosure--web-disclosure) component.
- See the equivalent [web-disclosure](/story/web-components-or-custom-elements-web-disclosure--web-disclosure) custom element.

<Canvas of={Disclosure.Disclosure} />
<Controls of={Disclosure.Disclosure} />

0 comments on commit c74e2a8

Please sign in to comment.