bukazu-portal-react
v3.6.0
Published
A package for loading the calendar and search module from bukazu loading into a react app.
Readme
WebComponent
This is a web component that can be used to embed the Bukazu portal in a website or application.
Installation
npm install bukazu-portal-reactUsage
import { Portal } from 'bukazu-portal-react';
function App() {
return (
<Portal pageType="calendar" />
);
}