Components
A toggle-able bookmark button with animated icon and counter effects, perfect for favoriting or bookmarking content.
Loading preview...
import { BookmarkIconButton } from "@/components/ui/bookmark-icon-button"
export function BookmarkIconButtonDemo() {
return <BookmarkIconButton/>;
}