Split Button
ButtonsButton that splits on hover
splitcreativehover
Installation
$
Usage
tsx
import { SplitButton } from "@/components/nonaxial/split-button"
export default function Example() {
return (
<SplitButton>{/* Your content here */}</SplitButton>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |