Button

Buttons are interactive elements that trigger actions, allowing users to complete tasks efficiently.

 

React

Is new design vision part implemented using new tokens?

Up to date

Resources

Example


                                                        
                                                        
                                                            import { Button } from '@optimus-web/core';
                                                        import { IconName } from '@optimus-web/icons'
                                                        
                                                        <Button variant="primary" icon={IconName.Add}>
                                                            Create
                                                        </Button>