2.6.0 â€ĸ Published 2 years ago

@fusebit/react-marketplace v2.6.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

ℹī¸Ž 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:

2.6.0

2 years ago

2.5.1

2 years ago

2.5.0

2 years ago

2.4.2

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.3.2

2 years ago

2.3.1

2 years ago

2.3.3

2 years ago

2.3.0

2 years ago

2.1.0

2 years ago