Split Button

A Split Button combines a Button with main action, and a Dropdown Button with related, secondary actions.

React documented

undefined

React

Is new design vision part implemented using new tokens?

Up to date

Resources

Example


                                                        
                                                        
                                                            import { ListItem, SplitButton } from '@optimus-web/core';
                                                        
                                                        <SplitButton>
                                                            <ListItem dense primaryText="First" value={1} />
                                                            <ListItem dense primaryText="Second" value={2} />
                                                            <ListItem dense primaryText="Third" value={3} />
                                                        </SplitButton>