@eventbookingengines/react-embed

1.0.3 • Public • Published

Event Booking Engines React Embed

A component to allow for easy embedding of Event Booking Engines widgets in React projects.

Installation

npm install @eventbookingengines/react-embed # npm
pnpm add @eventbookingengines/react-embed #pnpm

Usage

  1. Get your Embed Code snippet from Setup > Embeds.
  2. Find the value of distribution_key in the embed code. It should look like dist_XXX.
  3. Provide your distribution_key to the EventBookingEnginesEmbed component with the distKey prop:
import { EventBookingEnginesEmbed } from '@eventbookingengines/react-embed';

function App() {
  return (
    <>
      <EventBookingEnginesEmbed distKey="dist_XXX" />
    </>
  )
}

Readme

Keywords

none

Package Sidebar

Install

npm i @eventbookingengines/react-embed

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

4.78 kB

Total Files

9

Last publish

Collaborators

  • hmnd