2.1
Table
A table displays rows of data.
Import
js
import {
MpTable,
MpTableHead,
MpTableBody,
MpTableRow,
MpTableCell,
MpTableContainer
} from '@mekari/pixel3'Playground
API
MpTable
Props
Slots
| Name | Type | Default |
|---|---|---|
is-hoverable | boolean | true |
MpTableHead
Props
Slots
| Name | Type | Default |
|---|---|---|
is-fixed | boolean | false |
is-bordered | boolean | false |
is-narrowed | boolean | false |
MpTableBody
Props
Slots
| Name | Type | Default |
|---|---|---|
is-bordered | boolean | false |
is-narrowed | boolean | false |
MpTableRow
Slots
| Name | Type |
|---|---|
default | any |
MpTableCell
Props
Slots
| Name | Type | Default |
|---|---|---|
as | string | th |
is-fixed | boolean | false |
MpTableContainer
Props
Events
Slots
| Name | Type | Default |
|---|---|---|
has-shadow | boolean | false |