1.1.2 • Published 4 years ago

react-scheduling v1.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

react-scheduling

Karen integration for React apps

Install

npm install --save react-scheduling

Documentation

This package provides three components to embed karen in your react app.

import { InlineWidget, PopupWidget, PopupText } from 'react-scheduling';

To embed inline widget use

<InlineWidget url="<user events url taken from karen account>" />

To embed popup widget use

      <PopupWidget 
        url="<user events url taken from karen account>" 
        text="Create Meeting"
        textColor="#000000"
        color="#ffffff"
        branding
      />

To embed popup text use

<PopupText url="<user events url taken from karen account>" text="Create Meeting" />

url is the required field in all three components.

1.1.2

4 years ago

1.1.1

4 years ago

1.0.0

4 years ago