Components
Starting preview...
A toggle-able bookmark button with animated icon and counter effects, perfect for favoriting or bookmarking content.
npx shadcn@latest add https://21st.dev/r/ozantekin/bookmark-icon-buttonimport { BookmarkIconButton } from "@/components/ui/bookmark-icon-button"
export function BookmarkIconButtonDemo() {
return <BookmarkIconButton/>;
}