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