Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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