Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)