Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidedantonio/bee-grid-react
A series of React components based on BeeGrid microframework. Now you can use BeeGrid React to build various types of grids thanks to a twelve column system, five default responsive tiers, and many predefined layout.
https://github.com/davidedantonio/bee-grid-react
bee-grid css-grid css-layout react-components react-docgen reactjs webpack
Last synced: 1 day ago
JSON representation
A series of React components based on BeeGrid microframework. Now you can use BeeGrid React to build various types of grids thanks to a twelve column system, five default responsive tiers, and many predefined layout.
- Host: GitHub
- URL: https://github.com/davidedantonio/bee-grid-react
- Owner: davidedantonio
- License: mit
- Created: 2018-05-25T17:16:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T16:54:35.000Z (about 6 years ago)
- Last Synced: 2024-11-10T03:02:56.296Z (5 days ago)
- Topics: bee-grid, css-grid, css-layout, react-components, react-docgen, reactjs, webpack
- Language: JavaScript
- Homepage: http://react.beegrid.io
- Size: 854 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BeeGrid React
A series of React components based on BeeGrid microframework. Now you can use BeeGrid React to build various types of grids thanks to a twelve column system, five default responsive tiers, and many predefined layout.## Table of contents
- [Quick start](#quick-start)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Creators](#creators)
- [Copyright and license](#copyright-and-license)## Quick start
Several quick start options are available:
- Clone the repo: `https://github.com/davidedantonio/bee-grid-react.git`
- Install with [npm](https://www.npmjs.com/): `npm install @beetle/bee-grid-react`
- Install with [yarn](https://yarnpkg.com/): `yarn add @beetle/bee-grid-react`
-
## Bugs and feature requestsHave a bug or a feature request? Search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/davidedantonio/bee-grid-react/issues/new).
## Documentation
#### You can find the docs at:
Beegrid's React documentation, included in this repo in the root directory, is built with [React DocGen](https://github.com/reactjs/react-docgen). The docs may also be run locally.
### Running documentation locally
1. Run `npm install` to install Node.js dependencies.
2. Run `npm run test` to launch test suite.
3. From the root `/bee-grid-react` directory, run `npm run gen:docs-watch` in the command line.
4. Open `http://localhost:3000` in your browser, and voilà.## Contributing
Solutions and improvements are always accepted. Please create a pull request [here](https://github.com/davidedantonio/bee-grid-react/)
## Creators
**Davide D'Antonio**
-
-**Riccardo Tartaglia**
-
-## Copyright and license
Code released under the [MIT License](https://github.com/davidedantonio/bee-grid-react/blob/master/LICENSE).