Vesyl UI

Table

A semantic table component for displaying tabular data. Supports size variants to control row height and cell padding.

Basic

NameStatusRole
Alice JohnsonActiveAdmin
Bob SmithInactiveUser
Carol WhiteActiveEditor

Sizes

Control the row height and cell padding with the size prop on the Table component.

Small

NameEmail
Alice Johnsonalice@example.com
Bob Smithbob@example.com

Default

NameEmail
Alice Johnsonalice@example.com
Bob Smithbob@example.com

Large

NameEmail
Alice Johnsonalice@example.com
Bob Smithbob@example.com
ProductQuantityPrice
Widget A2$20.00
Widget B1$35.00
Widget C3$15.00
Total$120.00

With Caption

A list of recent transactions.
TransactionDateAmount
Payment receivedJan 15, 2024+$250.00
SubscriptionJan 10, 2024-$9.99
RefundJan 5, 2024+$50.00