react-calendly

Calendly integration for React apps

NPM JavaScript Style Guide

Install

npm install --save react-calendly

Usage

Components

  • Inline
  • PopupText
  • PopupWidget

Inline

Property Type Required Default
url string true -
styles React.CSSProperties false { minWidth: "320px", height: "630px" }

PopupText

Property Type Required Default
url string true -
text string true -

PopupWidget

Property Type Required Default
url string true -
text string true -
color string false #00a2ff
textColor string false #ffffff
branding boolean false false

License

MIT © tcampb