Dropdown Button
import { AXDropdownButtonModule } from '@acorex/components/dropdown-button';
Overview
Primary
Solid
MD
Split
Usage
ax-dropdown-button
Preview
Code
Design Tokens
--ax-comp-dropdown-button-divider-color-solid | var(--ax-sys-color-#{$name}-dark-surface) | this variable specifies the solid color used for the divider between items in a dropdown button component. It helps visually separate options, ensuring clarity and organization within the dropdown. |
--ax-comp-dropdown-button-divider-color-outline | var(--ax-sys-color-#{$name}-surface) | defines the outline color for the divider between items in a dropdown button component. It provides a subtle visual separation, maintaining the overall design's refinement and clarity. |
--ax-comp-dropdown-button-divider-color-twotone | var(--ax-sys-color-#{$name}-lighter-surface) | this variable specifies a two-tone color scheme for the divider between items in a dropdown button component. It creates a visually appealing and dynamic separation, enhancing the dropdown's design aesthetics. |