Home/Docs/interactive button

interactive button

Learn how to use the interactive button component in your project.

Preview

Component preview

Installation

Terminal
npm install @react-overflow/interactive-button

Usage

component.tsx
import { InteractiveButton } from '@react-overflow/interactive-button';

export default function Example() {
  return <InteractiveButton />
}

Props

PropTypeDefaultDescription
classNamestring-Additional CSS classes
childrenReactNode-Component children
variant"default" | "outline""default"Visual variant of the component
React Overflow - Premium React Components