Skip to content

Commit

Permalink
Component Status: Update components.js (#3144)
Browse files Browse the repository at this point in the history
Co-authored-by: micha <[email protected]>
  • Loading branch information
sodascope and micha authored Aug 21, 2023
1 parent bbbef51 commit d087a34
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/docs-components/data/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -2106,6 +2106,21 @@ const componentData: $ReadOnlyArray<ComponentData> = [
status: 'ready',
},
},
android: {
name: 'Table',
visual: {
svg: <Table />,
},
alias: ['Data Table', 'Data Grid'],
description:
'Table is a set of structured data that is easy for a user to scan, examine, and compare.',
category: ['Data'],
status: {
documentation: 'ready',
figmaStatus: 'ready',
status: 'planned',
},
},
},
},
{
Expand Down

0 comments on commit d087a34

Please sign in to comment.