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

https://github.com/uwriegel/grid-splitter-react


https://github.com/uwriegel/grid-splitter-react

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# grid-splitter-react

> A grid splitter for React, resizable with splitter grid

[![NPM](https://img.shields.io/npm/v/grid-splitter-react.svg)](https://www.npmjs.com/package/grid-splitter-react) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save grid-splitter-react
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'grid-splitter-react'
import 'grid-splitter-react/dist/index.css'

class Example extends Component {
render() {
return
}
}
```

## License

MIT © [uriegel](https://github.com/uriegel)