introduction
Learn how to use the introduction component in your project.
Preview
Component preview
Installation
Terminal
npm install@react-overflow/introduction
Usage
component.tsx
import{Introduction}from'@react-overflow/introduction';export default functionExample() {return<Introduction/>}
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | - | Additional CSS classes |
| children | ReactNode | - | Component children |
| variant | "default" | "outline" | "default" | Visual variant of the component |