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