Skip to content

Commit b3bf240

Browse files
committed
Update README.md
1 parent 2b867e7 commit b3bf240

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- http://stackoverflow.com/questions/39805544/showing-list-of-buttons-displaying-modals-in-reactjs
88
- http://stackoverflow.com/questions/39913593/dynamically-displaying-data-from-a-clickable-table-row-into-a-modal
99

10+
The easiest way to support `react-layer-stack` is to upvote the answers below.
11+
1012
### Rationale
1113
`react`/`react-dom` comes comes with 2 basic assumptions/ideas:
1214
- every UI is hierarchical naturally. This why we have the idea of "`components` wrap each other"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-layer-stack",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Simple but ubiquitously powerful and agnostic layering system for React. Useful for any kind of windowing/popover/modals/tooltip application",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)