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
When you tell them to supply the props it might be worth having some example syntax to show exactly how that works.
The text was updated successfully, but these errors were encountered:
@Joshua-Ronan-Phillips we have that in our readme?
Sorry, something went wrong.
I meant something like this: After installation add the following to your main js file i.e. app.js
var Countdown = require('react-the-final-countdown');
And add the Countdown component where you are returning your HTML:
<Countdown min = {3} msg ="Close the bloody fridge" afterTimeOut = {this.afterTimeOut}/>
Sorry I didn't explain properly in the first issue above.
Jbarget
No branches or pull requests
When you tell them to supply the props it might be worth having some example syntax to show exactly how that works.
The text was updated successfully, but these errors were encountered: