Presentation of a Database with a REST API
"use client"; import DatabaseWithRestApi from "@/components/ui/database-with-rest-api"; export const Page = () => { return ( <div className="p-4 rounded-xl bg-accent/20 w-full"> <DatabaseWithRestApi /> </div> ); };
Part of SVG UI — browse the full library on 21st.dev.