What should a button look like when disabled?

Is there a class tag for when you surface a button but it’s in a disabled mode? I can’t find in the component library for button any example of what they look like when in disabled mode.

Hey Tina

Our usage guidance for the Button component does implore:
"Avoid the use of disabled buttons where possible, using progressive disclosure instead. "

That said you can see the example of the disabled state button’s style on our examples page.
(To get to that page you click on “View in a new window” on any of the components on the Design System docs site.)

1 Like

Ty @JamesFehon exactly what I was after!