SplitButton
The SplitButton React component displays a button with two parts: an action button on the left and an arrow button on the right that opens a context menu.
Properties
The SplitButton properties are defined in the SplitButtonProps interface.
The label
prop specifies a label to display in the action area.
The icon
prop specifies an icon for the action area,
and the drawBorder
prop indicates whether to draw a border around the button.
Examples
Dark Theme
API Reference
Last Updated: 12 June, 2024