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