Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faceless-ui/css-grid
A React library for building layouts using CSS Grid
https://github.com/faceless-ui/css-grid
css css-grid flexbox grid layout react react-component typescript
Last synced: about 1 month ago
JSON representation
A React library for building layouts using CSS Grid
- Host: GitHub
- URL: https://github.com/faceless-ui/css-grid
- Owner: faceless-ui
- License: mit
- Created: 2019-10-07T17:36:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T04:30:12.000Z (8 months ago)
- Last Synced: 2024-10-16T04:01:38.676Z (3 months ago)
- Topics: css, css-grid, flexbox, grid, layout, react, react-component, typescript
- Language: TypeScript
- Homepage: https://facelessui.com/docs/css-grid
- Size: 1.07 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[![NPM](https://img.shields.io/npm/v/@faceless-ui/css-grid)](https://www.npmjs.com/@faceless-ui/css-grid)
![Bundle Size](https://img.shields.io/bundlephobia/minzip/@faceless-ui/css-grid?label=zipped)# React CSS Grid
Read the full documentation [here](https://facelessui.com/docs/css-grid).
## Installation
```bash
$ npm i @faceless-ui/css-grid
$ # or
$ yarn add @faceless-ui/css-grid
```## Development
To develop this module locally, spin up the [demo app](./demo/App.demo.js):
```bash
$ git clone [email protected]:faceless-ui/css-grid.git
$ yarn
$ yarn dev
$ open http://localhost:3000
```## License
[MIT](https://github.com/faceless-ui/css-grid/blob/master/LICENSE) Copyright (c) Faceless UI