Back to home

react/

ItemContentful

Version: 0.0.2

Last Updated: Unknown


Item Contentful

An item based on the Contentful item type.

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-item-contentful

Sections