Components
Loading preview...
Here is CodePen Home Skeuomorphism in the Dark component
@pate1kiran
npx shadcn@latest add https://21st.dev/r/pate1kiran/code-pen-home-skeuomorphism-in-the-dark-button// src/demos/default.tsx
import { InteractiveNav } from '@/components/ui/code-pen-home-skeuomorphism-in-the-dark-button';
export default function DefaultDemo() {
return (
<InteractiveNav />
);
}