Portal Button

NewPremium

Click tears open a spiraling vortex/wormhole from the click point. Organic distorted rings with center glow.

buttonsportalvortexclickanimationcanvas

Installation

Terminalbash
npx motioncraft add portal-button

Usage

portal-button.tsxtsx
import { PortalButton } from "@/components/buttons/premium-buttons";

<PortalButton portalColor="#06b6d4">
  Enter Portal
</PortalButton>

Props

PropTypeDefaultDescription
children*ReactNodeButton content
portalColorstring#6366f1Portal color (hex)
classNamestringAdditional CSS classes
onClick() => voidClick handler

Related Components