Installation
Usage
import { RimButton } from "@/components/motionx/rim-button";<RimButton>Click Me</RimButton>Props
| Prop | Type | Default | Description |
|---|---|---|---|
rimClassName | string | - | Additional classes for the outer rim container. |
innerClassName | string | - | Additional classes for the inner button container. |
children | ReactNode | - | Children to render inside the button. |