0.2.2 • Published 9 years ago

react-gs v0.2.2

Weekly downloads
5
License
MIT
Repository
-
Last release
9 years ago

react-gs

Demo - http://clintonhalpin.github.io/react-gs/examples/#/

get started

Install

npm i react-gs --save

Import

import * as gs from 'react-gs';

// JSX
<div style={gs.ta.center}>Text Align Center</div>
// Or with Radium ( object-assign )
<div style={[ga.ta.center, ga.fs.large]}>Text Align Center + Large</div>

built by @clintonhalpin