Button 1
pixelflow-ui/button-1FreeComponent
pixelflow-ui publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by pixelflow-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://pixelflowui.lok1.dev/r/button-1.jsonSource
1"use client";23import React from "react";4import { Button } from "@/components/ui/button";56export function ButtonDemo() {7 return (8 <div className="flex items-center justify-center gap-4 flex-wrap">9 <Button>Click me</Button>10 <Button variant="secondary">Secondary</Button>11 <Button variant="outline">Outline</Button>12 <Button variant="ghost">Ghost</Button>13 <Button variant="destructive">Destructive</Button>14 </div>15 );16}
What it pulls in
Other registry items
Files it writes
More from pixelflow-ui
All 35 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordion Lyraaccordion-lyra | pixelflow-ui | Components | Free | 3 deps | |
| Accordion Novaaccordion-nova | pixelflow-ui | Components | Free | 3 deps | |
| Accordion Retroaccordion-retro | pixelflow-ui | Components | Free | 3 deps | |
| Background 1background-1 | pixelflow-ui | Components | Free | no deps | |
| Background 1Retrobackground-1-retro | pixelflow-ui | Components | Free | no deps | |
| Bouncy Input Lyrabouncy-input-lyra | pixelflow-ui | Components | Free | 1 dep | |
| Bouncy Input Novabouncy-input-nova | pixelflow-ui | Components | Free | 1 dep | |
| Bouncy Input Retrobouncy-input-retro | pixelflow-ui | Components | Free | 1 dep |
