Components
Loading preview...
Here is shine border component
@shadcnspace
npx shadcn@latest add https://21st.dev/r/shadcnspace/shine-borderimport ShineBorderDemo from "@/components/ui/shine-border";
export default function DemoOne() {
return (
<div className="p-16 flex justify-center">
<div className="max-w-sm w-full">
<ShineBorderDemo />
</div>
</div>
);
}