Components
Loading preview...
Here is Framework Agnostic component
npx shadcn@latest add https://21st.dev/r/amanshakya1808/framework-agnosticimport FrameworkAgnostic from '@/components/ui/framework-agnostic';
export default function FrameworkAgnosticExample() {
return (
<FrameworkAgnostic
cardTitle="Framework Agnostic"
cardDescription="Seamlessly integrate with any tech stack, whether it's Next.js,React, HTML, or anything else. Statsio works everywhere."
/>
)
}