https://github.com/uwriegel/grid-splitter-react
https://github.com/uwriegel/grid-splitter-react
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uwriegel/grid-splitter-react
- Owner: uwriegel
- License: mit
- Created: 2021-02-02T04:29:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T21:36:57.000Z (about 4 years ago)
- Last Synced: 2025-05-04T22:37:05.464Z (2 months ago)
- Language: JavaScript
- Size: 3.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grid-splitter-react
> A grid splitter for React, resizable with splitter grid
[](https://www.npmjs.com/package/grid-splitter-react) [](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)