Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devgru/react-z-order
React component that orders its children by z property
https://github.com/devgru/react-z-order
react z-order
Last synced: 4 days ago
JSON representation
React component that orders its children by z property
- Host: GitHub
- URL: https://github.com/devgru/react-z-order
- Owner: devgru
- License: mit
- Created: 2016-11-09T09:10:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T18:24:55.000Z (almost 8 years ago)
- Last Synced: 2024-08-10T11:32:31.474Z (3 months ago)
- Topics: react, z-order
- Language: JavaScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Z-Order
> React component that orders its children by `z` property.
Distributed as UMD module.
## Installing
```sh
$ yarn add react-z-order
# or
$ npm install --save react-z-order
```Usage:
```jsx
import ZOrder from 'react-z-order';
```
Produces `` with ordered children and removes `z` property:
```jsx
```
## Development
* Run tests: `yarn test`;
* Build `yarn build`;## License
MIT © [Dmitriy Semyushkin](https://devg.ru)