Components
Loading preview...
An adaptive neumorphism template
npx shadcn@latest add https://21st.dev/r/dadopelanosvela/dashboard-template-neumorphismimport { Component } from "@/components/ui/dashboard-template-neumorphism";
export default function DemoOne() {
return <Component />;
}