tloncorp / indigo-react

React components that implement Tlon's design language
MIT License
40 stars 6 forks source link

Action, Button: add hideDisabled prop #86

Closed liam-fitzgerald closed 3 years ago

liam-fitzgerald commented 3 years ago

Sometimes we would like to disable the button/action, but not apply styling to it. e.g. AsyncButton should be disabled when it is loading, but shouldn't have the disabled styling applied to it. Adds a prop hideDisabled to ignore disabled styling.

liam-fitzgerald commented 3 years ago

ping: @g-a-v-i-n