npm.io
2.1.3 • Published 4 years ago

@itandu/core-frontend

Licence
MIT
Version
2.1.3
Deps
21
Size
4 kB
Vulns
0
Weekly
0

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();