Skip to content

Commit 80b1c6b

Browse files
committed
fix: address review comments for table documentation
Signed-off-by: Soham Babrekar <soham.babrekar@gmail.com>
1 parent 582b087 commit 80b1c6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/collections/sistent/components/table

src/collections/sistent/components/table/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ component: table
66
description: A table is used to organize and display structured data in rows and columns.
77
---
88

9+
import { Table } from "@sistent/components"
10+
911
Tables are used to present structured data in a clear and organized way. They help users scan information quickly, compare values, and understand relationships between data.
1012

1113
<a id="Types">

0 commit comments

Comments
 (0)