Table
Implementation#
Basic#
Example
Hover#
Example
Borderless#
Example
Custom#
Example
Props#
| Attribute | Type | Value | Default Value | Description |
|---|---|---|---|---|
| size | string | sm/md/lg | md | Size of Header, Cell and Footer text and padding |
| bordered | boolean | true/false | undefined | Add border to outside of table |
| borderless | boolean | true/false | undefined | Removes borders from table |
| hover | boolean/string | true/false | undefined | Applies hover to rows or cells |
| striped | boolean/string | true/false/odd/even | undefined | Apply stripes to rows |
| custom | boolean | true/false | undefined | Remove all styling while keeping functionality |