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: 5 months 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 (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T14:57:20.000Z (7 months ago)
- Last Synced: 2025-08-03T10:43:02.569Z (5 months ago)
- Topics: css, css-grid, flexbox, grid, layout, react, react-component, typescript
- Language: TypeScript
- Homepage: https://facelessui.com/docs/css-grid
- Size: 1.18 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://www.npmjs.com/@faceless-ui/css-grid)

# 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 git@github.com: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