Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update component status page #1838

Merged
merged 3 commits into from
Nov 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading