Skip to content

Commit 8dfc096

Browse files
committed
feat(docs): add collapsible component documentation
Add comprehensive documentation for the new Collapsible component, including usage examples, props, and best practices. The component provides expandable content sections with smooth animations for React Native applications.
1 parent cd993f4 commit 8dfc096

2 files changed

Lines changed: 396 additions & 0 deletions

File tree

apps/docs/astro.config.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,14 @@ export default defineConfig({
187187
label: 'Accordion',
188188
slug: 'components/disclosure/accordion',
189189
},
190+
{
191+
label: 'Collapsible',
192+
slug: 'components/disclosure/collapsible',
193+
badge: {
194+
text: 'New',
195+
variant: 'success',
196+
},
197+
},
190198
{
191199
label: 'Scroll',
192200
slug: 'components/disclosure/scroll',

0 commit comments

Comments
 (0)