Skip to content

Commit

Permalink
chore: update component status page (#1838)
Browse files Browse the repository at this point in the history
* chore: update component status page

* Update componentStatusData.ts

* Update componentStatusData.ts
  • Loading branch information
anuraghazra authored Nov 23, 2023
1 parent 9967cd9 commit 63deaaf
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions packages/blade/src/utils/storybook/componentStatusData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,12 +326,12 @@ const componentData: ComponentStatusDataType = [
},
{
name: 'FileUpload',
status: 'planned-Q2-dev',
status: 'to-be-decided',
description: 'FileUpload component allow users to select one or more files to upload.',
},
{
name: 'Drawer',
status: 'planned-Q2-design',
status: 'to-be-decided',
description: 'The Drawer component is a panel that slides out from the edge of the screen.',
},
{
Expand Down Expand Up @@ -359,13 +359,15 @@ const componentData: ComponentStatusDataType = [
},
{
name: 'Tabs',
status: 'in-design',
status: 'released',
releasedIn: '10.16.0',
storybookLink: 'Components/Tabs',
description:
'Tabs is a component which will allow you to show multiple clickable tabs in your UI',
},
{
name: 'Data Table',
status: 'in-design',
status: 'in-development',
description: 'DataTable will allow you to display your data in tabular manner',
},
{
Expand All @@ -383,12 +385,12 @@ const componentData: ComponentStatusDataType = [
},
{
name: 'Toast',
status: 'planned-Q2-dev',
status: 'to-be-decided',
description: 'Toast is a component to show a simple floating messages to your users',
},
{
name: 'Button Group',
status: 'planned-Q2-dev',
status: 'to-be-decided',
description: 'ButtonGroup component can be used to group related buttons.',
},
{
Expand Down

0 comments on commit 63deaaf

Please sign in to comment.