components
TableDivider
v.1.0.0 | SaturnUsage
The name of the object of tokens to style tableDivider is TABLE_DIVIDER_STYLES.
You can not change the name of the object of tokens.
Container component has one way to modify the styles:
- Variant: modify the styles of the table divider.
The structure of the **TABLE_FOOT_STYLEDIVIDERobject is:
Variants
Variants can modify the styles for the table divider.
The tokens used are:
- container?: CommonStyleType & TypographyTypes;
12345
const TABLE_FDIVIDERSTYLES = { [VARIANT]: { container?: CommonStyleType & TypographyTypes; } };
Example
tableDivider theme object example:
1234567
const TABLE_FDIVIDERSTYLES = { [VARIANT]: { container: { display: 'display', }, }, };