Button/button-link-

PreviousNext

A button/button-link- example

Docs
shadcnblocksblock

Preview

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

export const title = "Button with Text";

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

export default Example;

Installation

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

Usage

import { ButtonButtonLink1 } from "@/components/button-button-link-1"
<ButtonButtonLink1 />