You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/collections/sistent/components/table/index.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ component: table
6
6
description: A table is used to organize and display structured data in rows and columns.
7
7
---
8
8
9
+
import { Table } from"@sistent/components"
10
+
9
11
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.
0 commit comments