From 2aa2cd0e5de0dd304733ca208571d72a8c6604af Mon Sep 17 00:00:00 2001 From: Marco Montalbano Date: Thu, 17 Aug 2023 16:01:07 +0200 Subject: [PATCH] chore: deprecate Table component --- packages/docs/src/stories/tables/Table.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/stories/tables/Table.stories.tsx b/packages/docs/src/stories/tables/Table.stories.tsx index 142001013..87b25212d 100644 --- a/packages/docs/src/stories/tables/Table.stories.tsx +++ b/packages/docs/src/stories/tables/Table.stories.tsx @@ -3,7 +3,7 @@ import { Table } from '#ui/tables/Table' import { type Meta, type StoryFn } from '@storybook/react' const setup: Meta = { - title: 'Tables/Table', + title: 'Tables/Table (DEPRECATED)', component: Table, parameters: { layout: 'padded'