# Cronofy UI Elements

A suite of embeddable components that access the Cronofy API.

Full documentation can be found here: [docs.cronofy.com/developers/ui-elements](https://docs.cronofy.com/developers/ui-elements/)

## Install

```
npm i -S cronofy-elements
```

## Use

```
import * as CronofyElements from "cronofy-elements";

// Example initialization of the Agenda Element:
CronofyElements.Agenda({
    target_id: "cronofy-calendar",
    demo: true
});
```
