@spartanfx/react v1.0.5
@spartanfx/react / IAccordionTokens
Interface: IAccordionTokens
Design tokens for theming the Accordion component.
Properties
| Property | Type | Description |
|---|
borderRadius? | string | Border radius |
colorBackground? | string | Main background color |
colorBackgroundContainer? | string | Container background color |
colorBorder? | string | Border color |
colorPrimary? | string | Primary accent color |
colorPrimaryLight? | string | Light accent background color |
colorText? | string | Primary text color |
colorTextSecondary? | string | Secondary/muted text color |
fontFamily? | string | Font family |
fontSize? | string | Font size |
fontWeight? | string | number | Font weight |
shadow? | string | Base shadow |
shadowHover? | string | Hover shadow |
spacing? | string | Spacing/padding |
transitionDuration? | string | Transition duration |