Table
Table can be used to show a list of data in a table format.
Properties
Property | Required | Type | Description |
---|---|---|---|
zebra | No | bool | |
pin-rows | No | bool | |
pin-cols | No | bool | |
size | No | str (one of: xs, sm, md, lg, xl) | |
Any additional properties | No | any |
Children
Accepts any HTML content
Examples
<{Table}>
</{Table}>