Skip to content

Commit

Permalink
docs(Collapsible): fix docs (#5018)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared authored Sep 4, 2024
1 parent c1cb799 commit fe3cbf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/nice-boxes-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ Collapsibles are used to collapse and expand content inline on a page. This lets

<DocsStory of={CollapsibleStories.CustomHeader} />

<DocsStory of={CollapsibleStories.Sticky} sourceState="shown" />

### Controlled

Control the open state using a `useState` (or similar) by setting the `controlled` prop to `true`
Expand Down

0 comments on commit fe3cbf1

Please sign in to comment.