|
4 | 4 | React layout component based on [CSS Grid Layout][spec] and built with [styled-components][sc]
|
5 | 5 |
|
6 | 6 | [![Build Status][travis-badge]][travis]
|
| 7 | +[![GitHub][stars]][gh] |
7 | 8 |
|
8 | | -http://jxnblk.com/react-css-grid |
| 9 | +[Demo](http://jxnblk.com/react-css-grid/docs) |
9 | 10 |
|
10 | 11 | [travis-badge]: https://img.shields.io/travis/jxnblk/react-css-grid/master.svg?style=flat-square
|
11 | 12 | [travis]: https://travis-ci.org/jxnblk/react-css-grid
|
| 13 | +[gh]: https://github.com/jxnblk/react-css-grid |
| 14 | +[stars]: https://img.shields.io/github/stars/jxnblk/react-css-grid.svg?style=social&label=Star |
12 | 15 |
|
13 | 16 | ```sh
|
14 | 17 | npm i react-css-grid
|
|
0 commit comments