Components
Loading preview...
This component can be used in portfolio to showcase the skills.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/skills-showcase
import { Skills } from "@/components/ui/skills-showcase"
export default function Page() {
return (
<main className="min-h-screen transition-colors duration-500 w-full">
<div className="min-h-screen flex flex-col items-center justify-center bg-background p-8 w-full">
<Skills />
</div>
</main>
)
}