Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arifszn authored Oct 12, 2020
1 parent 03b799a commit 68bc38d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ yarn add reactive-button

## Usage

For complete usage, visit the <a href="https://arifszn.github.io/reactive-button/docs/usage">docs</a>.

> Below example demonstrates an asynchronous task. When clicking the button, an asynchronous task (e.g. Data fetch, form submit) will be processed and after processing, a success or error message will be displayed.
- Initialize a state with string value <code>'idle'</code> and assign it as <strong>'buttonState'</strong> prop. Now it will render an idle text.
Expand Down

0 comments on commit 68bc38d

Please sign in to comment.