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
I am a web developer and i have using "ladda" button for auto disable button and showing spinner on postback,
This is really helpful if your Button have callback for loading something like below.
Using This In Web - https://lab.hakim.se/ladda/
My Custom Component
<KittenButton Loading={true} LoadingText={Loading {this.state.loading}} LoadingElement={() => {return }} />
Loading {this.state.loading}
The text was updated successfully, but these errors were encountered:
duplicates #564 and will be landed in v5
Sorry, something went wrong.
No branches or pull requests
🚀 Feature Proposal
I am a web developer and i have using "ladda" button for auto disable button and showing spinner on postback,
This is really helpful if your Button have callback for loading something like below.
Motivation
Using This In Web - https://lab.hakim.se/ladda/
Example
My Custom Component
The text was updated successfully, but these errors were encountered: