@fusebit/react-marketplace
v2.6.0
Published
The Fusebit Marketplace enables you to easily make all your Integrations available to users of your application through our beautiful React components that integrate directly with Fusebit.
Downloads
28
Readme
ℹ︎ About
The Fusebit Marketplace enables you to easily make all your Integrations available to users of your application through our beautiful React components that integrate directly with Fusebit.
The FusebitMarketplace
component will create a tile for each Integration that you pass to it in an automatically generated gallery style page. Each Integration tile in this gallery will check directly with Fusebit to see if the tenant has already installed the Integration and reflect the state accordingly.
✨ Features
- Standardized UI Components with built-in Fusebit Integration Logic
- Handles Installation & OAuth Process from within the Marketplace
- Displays Installation Status of each Integration per Tenant
📦 Install
npm i @fusebit/react-marketplace
🔨 Usage
import { Marketplace as FusebitMarketplace } from "@fusebit/react-marketplace";
return (
<FusebitMarketplace
onUninstallClick={props.onUninstall}
getInstallUrl={props.getInstallUrl}
getIntegrations={() => props.userData?.list || []}
/>
);
👀 Example: Fusebit Sample App
See the Marketplace in action with the Fusebit Sample App. More Specifically, you can take a look at: