Table

Useful to display tabular data in row format.

Name
City
Age
MurilloParis21
LauraLondon24
MarieAustin40

Props

Prop
Type
Description
childrenReactNodeThe content to render
titleStringA text title of the container
optionsTitleReactNodeThe options title content to render
optionsHeaderReactNodeThe options header content to render
headersArrayThe header title to render in table heading
placeholderSearchSuffixStringThe placeholder of the input search
ariaLabelStringThe accessibility text (W3C)
hasSearchBooleanWhether it should have border or not

Tbody

Props

Prop
Type
Description
childrenReactNodeThe content to render

Td

Props

Prop
Type
Description
childrenReactNodeThe content to render

Thead

Props

Prop
Type
Description
headersArrayThe title header to render in table

Th

Props

Prop
Type
Description
childrenReactNodeThe content to render

TableOptions

Props

Prop
Type
Description
childrenReactNodeThe content to render
hasSearchBooleanWhether it should have input search or not
placeholderSearchSuffixStringThe placeholder of the input search

Tr

Props

Prop
Type
Description
childrenReactNodeThe content to render
hasHoverBooleanWhether it is hover or not
onClickFunctionA function to be called when on click

TextTableCell

Props

Prop
Type
Description
childrenReactNodeThe content to render
textStringA text of the table cell
textCustomStyleObjectThe text custom style to apply

Examples

todo