Buttons are interactive elements that trigger actions, allowing users to complete tasks efficiently.
React
Is new design vision part implemented using new tokens?
Storybook
React guidance
Source
GitHub code
import { Button } from '@optimus-web/core'; import { IconName } from '@optimus-web/icons' <Button variant="primary" icon={IconName.Add}> Create </Button>