Command Palette

Search for a command to run...

Docs
Integration Grid

Integration Grid

A premium integration showcase grid with animated tiles, magnetic CTA, and theme awareness.

Connect with your favorite tools

MotionX integrates with the ecosystem you already use.
Docs-iconCreated with Sketch.

Features

  • Dynamic Grid: Automatically populates from an array of integrations.
  • Theme Aware: Works seamlessly in both light and dark modes.
  • Original Logos: Supports custom React components for high-quality SVG logos.
  • Animated Tiles: Smooth entrance and hover animations using Framer Motion.
  • Magnetic CTA: Interactive call-to-action button that follows the cursor.
  • Responsive: Adapts to different screen sizes with configurable columns and rows.

Installation

Props

Integration

PropTypeDescription
namestringDisplay name shown in tooltip.
colorstringBackground color of the tile (hex, rgb, etc.).
textColorstringForeground / icon text color.
iconstring | ReactNodeShort label or React Icon component.

IntegrationsGrid

PropTypeDefaultDescription
headingstringSee sourceMain heading text.
subheadingReactNodeSee sourceDescription text.
ctaLabelstring"Discover integrations"CTA link label.
ctaHrefstring"#"CTA link href.
integrationsIntegration[]DEFAULT_INTEGRATIONSArray of integration objects.
columnsnumber9Number of grid columns.
rowsnumber5Number of visible grid rows.
classNamestring-Optional container class name.