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