Table
Allows user to organize informations with a scrollable table 🎓
version
5.0.0-alpha.32
install
yarn add @welcome-ui/table
usage
import { Table } from '@welcome-ui/table'
Usage #
Use Table
, Table.Thead
, Table.Th
, Table.Tbody
, Table.Td
, Table.Tr
.
With state #
You can use one of success
, error
, warning
or info
and add indent
on Table for more spacing.
Properties #
Name | Type(s) | Default | Required |
---|---|---|---|
indent | Boolean Add space on first and last child on the Td and Th component |