EQWorks / react-labs

react components laboratory
https://eqworks.github.io/react-labs
MIT License
4 stars 0 forks source link

[BUG] Buttons shouldn't require children #149

Closed geoerika closed 3 years ago

geoerika commented 3 years ago

Describe the bug

Buttons require children at the moment, which is inconvenient when one creates an icon button.

Expected behavior

We should be able to create buttons without any string children.