From d087a346823c18771384668a28f236a0af8b733d Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 21 Aug 2023 08:28:08 -0700 Subject: [PATCH] Component Status: Update components.js (#3144) Co-authored-by: micha --- docs/docs-components/data/components.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/docs-components/data/components.js b/docs/docs-components/data/components.js index c5e3e2eccd..964622c9a4 100644 --- a/docs/docs-components/data/components.js +++ b/docs/docs-components/data/components.js @@ -2106,6 +2106,21 @@ const componentData: $ReadOnlyArray = [ status: 'ready', }, }, + android: { + name: 'Table', + visual: { + svg: , + }, + 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', + }, + }, }, }, {