@itandu/core-frontend
v2.1.3
Published
CromwellCMS Frontend SDK
Readme
CromwellCMS Frontend SDK
Exports Blocks, React components, API clients and frontend helpers.
Install
npm i @itandu/core-frontendUse
Example of usage
import { getGraphQLClient } from '@itandu/core-frontend';
const products = await getGraphQLClient().getProducts();