Skip to content

Latest commit

History

History
30 lines (22 loc) 路 995 Bytes

table.mdx

File metadata and controls

30 lines (22 loc) 路 995 Bytes
title description
Tables
Display an arrangement of data in rows and columns
Property Description
Name Full name of user
Age Reported age
Joined Whether the user joined the community

Table

Creating a table

The Table component follows the official markdown syntax.

To add a table, use three or more hyphens (---) to create each column's header, and use pipes (|) to separate each column. For compatibility, you should also add a pipe on either end of the row.

| Property | Description                           |
| -------- | ------------------------------------- |
| Name     | Full name of user                     |
| Age      | Reported age                          |
| Joined   | Whether the user joined the community |