1.3.6 • Published 6 years ago
gridiculous v1.3.6
gridiculous
Install
yarn add https://github.com/capsule8/gridiculousUsage
TODO!
import * as React from 'react';
import { Grid } from 'gridiculous';
class Example extends React.Component {
render() {
return <Grid />;
}
}Dev
Lib:
yarn
yarn link
yarn startExample:
cd example
yarn
yarn link gridiculous
yarn start