Like Button

Netflix inspired animated like button component with particle effects.

import { LikeButton } from "@/components/ui/like-button/like-button";

export default function LikeButtonDemo() {
  return (
    <div>
      <LikeButton />
    </div>
  );
}

npx shadcn@latest add @roiui/like-button
npx shadcn@latest add @roiui/like-button-tailwind

anatomy
<LikeButton />

Component props

Prop
Type
Default