Back to home

react/

Spring

Version: 0.0.1

Last Updated: Unknown


Grid

Stock grid to wrap around different item components.

Usage

import useCopy from './state/copy'; import Item from './components/ItemContentful/typed'; import Grid from './components/Grid/typed'; function App() { const copy = useCopy(); return ( <div className="App"> <div className="container content"> <Grid items={copy.items} component={Item} twoTwoThree fadeIn fromLeft /> </div> </div> ); }

Install


Repository

https://github.com/okeeffed/pkg-react-spring

Sections