3D Push Button
ButtonsButton with 3D push down effect
3dpushdepth
Installation
$
Usage
tsx
import { 3dPushButton } from "@/components/nonaxial/3d-push-button"
export default function Example() {
return (
<3dPushButton>{/* Your content here */}</3dPushButton>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |