Loading preview...
Here is Nucleus component
@xordev
npx shadcn@latest add https://21st.dev/r/xordev/nucleus
import Component from "@/components/ui/nucleus"; export default function DemoOne() { return <Component />; }