Skip to content

Commit

Permalink
Update packages/components/src/z-stack/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Ciampini <[email protected]>
  • Loading branch information
sarayourfriend and ciampo committed May 21, 2021
1 parent facfa7f commit 6434721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/z-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ function Example() {

### `isLayered`: `boolean`

Layers children elements on top of each other (first: highest z-index, last: lowest z-index). Defaults to `true`.
When `true`, the children are stacked on top of each other. When `false`, the children follow the normal flow of the layout. Defaults to `true`.

### `isReversed`: `boolean`

Reverse the layer ordering (first: lowest z-index, last: highest z-index). Defaults to `false`.
Reverse the layer ordering. When `true`, the first child has the lowest `z-index` and the last child has the highest `z-index`. When `false`, the first child has the highest `z-index` and the last child has the lowest `z-index`. Defaults to `false`.

### `offset`: `number`

Expand Down

0 comments on commit 6434721

Please sign in to comment.