# Content Hub UI library

A UI library for [Sitecore Content Hub](https://doc.sitecore.com/ch/).

Environment

- Node.js

Language level

- ESNext

Module system

- CommonJS
- ESNext

There are peer dependencies that need to be installed as well:

```bash
"react": "^18.2.0",
"react-dom": "^18.2.0"
```

## Installing

```bash
npm install @sitecore/sc-contenthub-blok
```

## To view the documentation

if you have access to the repo you can locally run the following

```bash
npm run storybook
```

otherwise you can surf to

[Sitecore CH Blok Documentation](https://sitecore-ch-blok.pages.dev/)
