Skip to content

Commit

Permalink
docs(Collapsible/Accordion): mark as released (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshu013 committed Jun 27, 2023
1 parent d413949 commit 9901fff
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,17 @@ const componentData: ComponentStatusData = [
},
{
name: 'Accordion',
status: 'in-development',
status: 'released',
releasedIn: '8.12.0',
storybookLink: 'Components/Accordion',
description:
'Accordion component allows the user to show and hide sections of related content on a page',
},
{
name: 'Collapsible',
status: 'in-development',
status: 'released',
releasedIn: '8.12.0',
storybookLink: 'Components/Collapsible',
description:
'Collapsibles are used to allow users to toggle the visibility of hidden content within a container.',
},
Expand Down

0 comments on commit 9901fff

Please sign in to comment.