freeCodeCamp/tools/ui-components/src/button
saltedTofu 2cc13c322f
fix(ui-components): disabled button behavior (#45739)
* fixed disabled button behavior

Changed disabled button to not have active styles

* Update tools/ui-components/src/button/button.tsx

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>

* Update tools/ui-components/src/button/button.tsx

* Update tools/ui-components/src/button/button.tsx

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2022-04-29 17:14:07 +03:00
..
button.stories.tsx feat(ui-components): add support for link to Button component (#45671) 2022-04-25 13:47:40 +03:00
button.test.tsx feat(ui-components): add support for link to Button component (#45671) 2022-04-25 13:47:40 +03:00
button.tsx fix(ui-components): disabled button behavior (#45739) 2022-04-29 17:14:07 +03:00
index.ts feat(ui-components): implement basic Button component (#45421) 2022-03-16 12:00:53 +03:00
types.ts feat(ui-components): add support for link to Button component (#45671) 2022-04-25 13:47:40 +03:00