Skip to content

karenapp/react-scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors