Components
Loading preview...
Show off the book that you're currently reading on Goodreads using your RSS feed.
@abbasplusplus
npx shadcn@latest add https://21st.dev/r/abbasplusplus/goodreads-currently-readingimport { Component } from "@/components/ui/goodreads-currently-reading";
export default function DemoOne() {
return <Component />;
}