Liquid Button
ButtonsButton with liquid morphing effect
liquidmorphsvg
Installation
$
Usage
tsx
import { LiquidButton } from "@/components/nonaxial/liquid-button"
export default function Example() {
return (
<LiquidButton>{/* Your content here */}</LiquidButton>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |