2.1.3 • Published 2 years ago

@itandu/core-frontend v2.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

CromwellCMS Frontend SDK

Exports Blocks, React components, API clients and frontend helpers.

Install

npm i @itandu/core-frontend

Use

Example of usage

import { getGraphQLClient } from '@itandu/core-frontend';

const products = await getGraphQLClient().getProducts();