bloom-housing / ui-seeds

Shared user interface components for Bloom affordable housing system
Apache License 2.0
1 stars 1 forks source link

Add support for aria-expanded in Button component #76

Closed jaredcwhite closed 3 months ago

jaredcwhite commented 6 months ago

I noticed this issue in the ui-components repo: https://github.com/bloom-housing/ui-components/issues/126

and realized we have a regression in Seeds in that our Button does not support aria-expanded or aria-controls. Seems like we'd want to add this.