# @itandu/core-frontend

> CromwellCMS Frontend SDK

Latest version **2.1.3** (published 2022-02-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install @itandu/core-frontend
pnpm add @itandu/core-frontend
yarn add @itandu/core-frontend
bun add @itandu/core-frontend
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.3 |
| Published | 2022-02-21 |
| First published | 2022-02-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 21 |
| Unpacked size | 3.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Itandu UG |
| Maintainers | ituadmin |

## Links

- npm: https://www.npmjs.com/package/@itandu/core-frontend
- Repository: https://github.com/playrich/nextcms
- Homepage: https://github.com/playrich/nextcms#readme
- Issues: https://github.com/playrich/nextcms/issues
- npm.io page: https://npm.io/package/@itandu/core-frontend

## Dependencies (21)

- [clsx](https://npm.io/package/clsx.md) 1.1.1
- [rfdc](https://npm.io/package/rfdc.md) 1.3.0
- [react](https://npm.io/package/react.md) 17.0.2
- [tslib](https://npm.io/package/tslib.md) 2.3.1
- [graphql](https://npm.io/package/graphql.md) 15.5.1
- [react-is](https://npm.io/package/react-is.md) 17.0.2
- [react-dom](https://npm.io/package/react-dom.md) 17.0.2
- [node-fetch](https://npm.io/package/node-fetch.md) 2.6.1
- [graphql-tag](https://npm.io/package/graphql-tag.md) 2.12.5
- [@itandu/core](https://npm.io/package/@itandu/core.md) 2.0.11
- [query-string](https://npm.io/package/query-string.md) 7.0.1
- [style-inject](https://npm.io/package/style-inject.md) 0.3.0
- [@apollo/client](https://npm.io/package/@apollo/client.md) 3.2.1
- [react-toastify](https://npm.io/package/react-toastify.md) 7.0.4
- [fast-deep-equal](https://npm.io/package/fast-deep-equal.md) 3.1.3
- [react-html-parser](https://npm.io/package/react-html-parser.md) 2.0.2
- [throttle-debounce](https://npm.io/package/throttle-debounce.md) 3.0.1
- [@loadable/component](https://npm.io/package/@loadable/component.md) 5.15.0
- [pure-react-carousel](https://npm.io/package/pure-react-carousel.md) 1.27.6
- [react-image-lightbox](https://npm.io/package/react-image-lightbox.md) 5.1.4
- [react-resize-detector](https://npm.io/package/react-resize-detector.md) 6.7.6

## Recent versions

- 2.1.3 (latest) — 2022-02-21

## README

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

---
_Source: https://npm.io/package/@itandu/core-frontend · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
