api

Learn how to use the api component in your project.

Preview

Component preview

Installation

Terminal
npm install @react-overflow/api

Usage

component.tsx
import { Api } from '@react-overflow/api';

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

Props

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