Die Table Komponente stellt eine einfache Tabelle bereit, um Listen von Informationen anzuzeigenGitHub
Name
Type
Default
Description
color
primary | accent | secondary | danger
primary
The color of the button
variant
plain | solid | soft
solid
The variant of the button
size
m | s
m
The size of the button
Beispiel
Name
Type
Default
Description
color
primary | accent | secondary | danger
primary
The color of the button
variant
plain | solid | soft
solid
The variant of the button
size
m | s
m
The size of the button
import{Table,TableBody,TableCell,TableColumn,TableHeader,TableRow,}from"@mittwald/flow-react-components/Table";import{InlineCode}from"@mittwald/flow-react-components/InlineCode";<Tablearia-label="Button Props"><TableHeader><TableColumn>Name</TableColumn><TableColumn>Type</TableColumn><TableColumn>Default</TableColumn><TableColumn>Description</TableColumn></TableHeader><TableBody><TableRow><TableCell><InlineCode>color</InlineCode></TableCell><TableCell> primary | accent | secondary | danger</TableCell><TableCell>primary</TableCell><TableCell>The color of the button</TableCell></TableRow><TableRow><TableCell><InlineCode>variant</InlineCode></TableCell><TableCell>plain | solid | soft</TableCell><TableCell>solid</TableCell><TableCell>The variant of the button</TableCell></TableRow><TableRow><TableCell><InlineCode>size</InlineCode></TableCell><TableCell>m | s</TableCell><TableCell>m</TableCell><TableCell>The size of the button</TableCell></TableRow></TableBody></Table>
Mit Footer
Um die letzte Zeile einer Tabelle, z.B. für eine Preisübersicht, hervorzuheben
kann die TableFooterRow verwendet werden.