Skip to content

Commit

Permalink
docs(divider): updated component status (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhieshekumar committed Jul 5, 2023
1 parent 744d8d3 commit 0f67059
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/blade/src/utils/storybook/ComponentStatusTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,13 @@ const componentData: ComponentStatusData = [
releasedIn: '8.8.0',
storybookLink: 'Components/Modal/SimpleModal',
},
{
name: 'Divider',
status: 'released',
description: 'Dividers are used to visually separate content in a list or group.',
releasedIn: '8.14.0',
storybookLink: 'Components/Divider',
},
{
name: 'Pill',
status: 'planned-Q2-dev',
Expand Down Expand Up @@ -373,11 +380,6 @@ const componentData: ComponentStatusData = [
description:
'Tabs is a component which will allow you to show multiple clickable tabs in your UI',
},
{
name: 'Divider',
status: 'planned-Q2-dev',
description: 'Dividers are used to visually separate content in a list or group.',
},
{
name: 'Data Table',
status: 'planned-Q2-dev',
Expand Down

0 comments on commit 0f67059

Please sign in to comment.