interface SplitButtonOptions {
    items: ReactNode[];
    variant?: "action" | "checkbox";
}

Properties

Properties

items: ReactNode[]

Elements to display before the toggle button. When included, renders the menu toggle as a split button.

variant?: "action" | "checkbox"

Variant of split button toggle