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