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