Connect Card

A card component to facilitate app integrations, with source and target app icons, description, and action buttons.

Connect Figma to Discord

Integrate Figma with Discord for better collaboration.

Dependencies

react-icons

Installation

npm install react-icons

Props

NameTypeDefaultDescription
onClose() => voidundefinedCallback function triggered when the close button is clicked.
onCancel() => voidundefinedCallback function triggered when the cancel button is clicked.
onIntegrate() => voidundefinedCallback function triggered when the integrate button is clicked.
titlestringundefinedTitle displayed in the card.
descriptionstringundefinedDescription displayed below the title.
sourceApp{ name: string; Icon: ElementType; }undefinedDetails of the source app, including name and icon.
targetApp{ name: string; Icon: ElementType; }undefinedDetails of the target app, including name and icon.
Brought to life by Naseem Ansari – Building Experiences that Inspire