We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The label doesn't exist on the button
The label should be added to the button
https://www.flowbite-react.com/docs/components/button#button-with-label
The text was updated successfully, but these errors were encountered:
The issue is probably here:
flowbite-react/src/components/Button/Button.tsx
Line 153 in c3bf704
Please, introduce a unit test to cover the scenario to avoid future regressions.
Sorry, something went wrong.
The issue is probably here: flowbite-react/src/components/Button/Button.tsx Line 153 in c3bf704 ) : ( Please, introduce a unit test to cover the scenario to avoid future regressions.
If both children and label are set what should happen?
<Button label="2"> Messages </Button>
https://flowbite.com/docs/components/buttons/#button-with-label
Fixed by #1498 in [email protected] release.
Please see Docs - Button - Button with label.
No branches or pull requests
Steps to reproduce
Current behavior
The label doesn't exist on the button
Expected behavior
The label should be added to the button
Context
https://www.flowbite-react.com/docs/components/button#button-with-label
The text was updated successfully, but these errors were encountered: