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