File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# React CSS Grid
3
3
4
- React layout component based on [ CSS Grid Layout] [ spec ] ([ Demo] [ demo ] )
4
+ React layout component based on [ CSS Grid Layout] [ spec ] and built with [ styled-components ] [ sc ] ([ Demo] [ demo ] )
5
5
6
6
[ ![ Build Status] [ travis-badge ]] [ travis ]
7
7
@@ -54,7 +54,7 @@ See http://caniuse.com/#feat=css-grid
54
54
## Related
55
55
56
56
- [ Grid Styled] ( https://github.com/jxnblk/grid-styled )
57
- - [ styled-components] ( https://github.com/styled-components/styled-components )
57
+ - [ styled-components] [ sc ]
58
58
- [ CSS Grid Layout Module] [ spec ]
59
59
- [ CSS Grid Layout on MDN] ( https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout )
60
60
- [ Grid by Example] ( https://gridbyexample.com/video/series-auto-fill-auto-fit/ )
@@ -63,5 +63,6 @@ See http://caniuse.com/#feat=css-grid
63
63
64
64
[ spec ] : https://www.w3.org/TR/css-grid-1/
65
65
[ demo ] : http://jxnblk.com/react-css-grid/
66
+ [ sc ] : https://styled-components.com
66
67
67
68
[ MIT License] ( LICENSE.md )
You can’t perform that action at this time.
0 commit comments