@magicbell/react-headless
v5.1.0
Published
Hooks to build a notification inbox
Downloads
39,551
Readme
React headless components for MagicBell
This package contains React headless components and hooks to build a notification inbox for your site powered by MagicBell.
Quick Start
npm i @magicbell/react-headless
import React from 'react';
import ReactDOM from 'react-dom';
import { MagicBellProvider } from '@magicbell/react-headless';
ReactDOM.render(
<MagicBellProvider apiKey={MAGICBELL_API_KEY} userEmail="[email protected]">
<App />
</MagicBellProvider>,
document.body,
);
Documentation
Please see the MagicBell documentation for more information about this SDK.