Components
Loading preview...
Here is button with icon
@shadcnspace
npx shadcn@latest add https://21st.dev/r/shadcnspace/button-witn-iconimport ButtonWithIconDemo from "@/components/ui/button-witn-icon";
export default function DemoOne() {
return <ButtonWithIconDemo />;
}