day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

enhancement: Support :enabled? prop on tab components #331

Closed hipitihop closed 7 months ago

hipitihop commented 10 months ago

Tabs are clickable components like buttons, dropdowns and the like and in turn represent a selection. To be consistent with the other components, Tabs in all their variations, should support the optional :disabled? property (default false). This setting represents the entire list of tabs being disabled. We can also consider the usecase where this is supported at the element level whereby some elements of the tabs list are disabled if they include a prop :disabled? This would only apply if the component is not disabled.

image

hipitihop commented 5 months ago

Nice. Thank @kimo-k