A simple yellow star button with hover animations, useful for starring items or adding the in favourites/wishlist. SAVE IT FOR LATER
import { Component } from "@/components/ui/star-button"; export default function DemoOne() { return <Component />; }