Skip to content

Commit

Permalink
Merge pull request #44 from EvHaus/patch-1
Browse files Browse the repository at this point in the history
Add note on library versions
  • Loading branch information
haradakunihiko authored Apr 26, 2022
2 parents cdb3d4b + 82cb1f2 commit bcae028
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ In the [example](https://github.com/haradakunihiko/react-confirm/tree/master/exa
## Demo
https://codesandbox.io/s/react-confirm-with-react-bootstrap-kjju1

## Versions

- React 18+ users should use `react-confirm` version 0.2.x
- React <=17 users should stick to `react-confirm` version 0.1.x

## Usage
1. create your dialog component.
2. apply `confirmable` to your component (optional, but usually recommended).
Expand Down

0 comments on commit bcae028

Please sign in to comment.