Components
Loading preview...
API Rate Limiting Card
npx shadcn@latest add https://21st.dev/r/aghasisahakyan1/api-rate-limiting-cardimport { Component } from "@/components/ui/api-rate-limiting-card";
export default function DemoOne() {
return <Component />;
}