Like Button
SocialAnimated like button
likeheartanimated
Installation
$
Usage
tsx
import { LikeButton } from "@/components/nonaxial/like-button"
export default function Example() {
return (
<LikeButton>{/* Your content here */}</LikeButton>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |