Button/button-secondary-

PreviousNext

A button/button-secondary- example

Docs
shadcnblocksblock

Preview

Loading preview…
code/example/button/button-secondary-1.tsx
import { Button } from "@/components/ui/button";

export const title = "Button with Text";

const Example = () => <Button variant="secondary">Button</Button>;

export default Example;

Installation

npx shadcn@latest add @shadcnblocks/button-button-secondary-1

Usage

import { ButtonButtonSecondary1 } from "@/components/button-button-secondary-1"
<ButtonButtonSecondary1 />