We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ShinyButton
When I started using Shiny Button, and I wanted to add onClick event, I noticed it missed the default button props ( HMTLButtonProps ):
onClick
The props should inherit the button element interface with the custom props:
This was just a quick thought.
Like this, we can find the default props:
The text was updated successfully, but these errors were encountered:
https://magicui.design/docs/components/shiny-button
Hey, I just checked this button component and it does give you access to all the props of a button so what is the issue again?
props
Sorry, something went wrong.
Hey! I would check the latest code as I think we addressed this :) Closing issue for now.
No branches or pull requests
When I started using Shiny Button, and I wanted to add
onClick
event, I noticed it missed the default button props ( HMTLButtonProps ):The props should inherit the button element interface with the custom props:
Like this, we can find the default props:
The text was updated successfully, but these errors were encountered: