Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 4066d01

Browse files
authored
Merge pull request #67 from snowcoders/k2snowman69/addIsOpenProp
Added isOpen prop for controlled scenarios
2 parents 950fcdf + 19182f8 commit 4066d01

File tree

3 files changed

+322
-260
lines changed

3 files changed

+322
-260
lines changed

readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ To see a live example, go to our demo site https://snowcoders.github.io/react-ui
3333

3434
```
3535
<Popover
36+
isOpen={false}
3637
popperContent={"I'm inside the popover"}
3738
popperOptions={{
3839
placement: "bottom"
@@ -45,6 +46,8 @@ To see a live example, go to our demo site https://snowcoders.github.io/react-ui
4546

4647
# Change log
4748

49+
- 1.2.0
50+
- Added an isOpen prop to support a controlled component
4851
- 1.1.4
4952
- Reduced javascript output from ~20k to ~10k by moving to webpack
5053
- Enabled resize listener for React 15

0 commit comments

Comments
 (0)