Outline Secondary Button
The canonical outlined action button for useful secondary actions without competing with the primary action.
Installation
npm install @amro-ui/reactUsage
The canonical outlined action button for useful secondary actions without competing with the primary action.
Package
import { OutlineSecondaryButton } from "@amro-ui/react";
<OutlineSecondaryButton />shadcn copy
import { OutlineSecondaryButton } from "@/components/ui/outline-secondary-button";
<OutlineSecondaryButton />