We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b69d98 commit 0002db8Copy full SHA for 0002db8
README.md
@@ -4,11 +4,14 @@
4
React layout component based on [CSS Grid Layout][spec] and built with [styled-components][sc]
5
6
[![Build Status][travis-badge]][travis]
7
+[![GitHub][stars]][gh]
8
-http://jxnblk.com/react-css-grid
9
+[Demo](http://jxnblk.com/react-css-grid/docs)
10
11
[travis-badge]: https://img.shields.io/travis/jxnblk/react-css-grid/master.svg?style=flat-square
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
15
16
```sh
17
npm i react-css-grid
0 commit comments