A button styled from the consumer's design tokens. Shares the size scale with Input, so both have the same height at the same size. Icons (<svg>) inside are sized from the size's iconSize.
<svg>
iconSize
<Button size="lg" color="danger" variant="outline" radius="pill">Delete</Button> Copy
<Button size="lg" color="danger" variant="outline" radius="pill">Delete</Button>
A button styled from the consumer's design tokens. Shares the size scale with Input, so both have the same height at the same size. Icons (
<svg>) inside are sized from the size'siconSize.