Components
A simple yellow star button with hover animations, useful for starring items or adding the in favourites/wishlist. SAVE IT FOR LATER
npx shadcn@latest add https://21st.dev/r/muhammad-binsalman/star-buttonLoading preview...
import { Component } from "@/components/ui/star-button";
export default function DemoOne() {
return <Component />;
}