BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Azemmur/demo-primitives-button

Button Demo

azemmur/demo-primitives-button
FreeComponent

Demo showing a button.

Install it

npx shadcn@latest add https://azemmur.raouf.codes/r/demo-primitives-button.json

Source

registry/demo/components/primitives/button/index.tsxazemmur.raouf.codes/r/demo-primitives-button.json
1import { Button } from '@/components/azemmur/components/primitives/button';
2
3interface ButtonDemoProps {
4 hoverScale: number;
5 tapScale: number;
6}
7
8export default function ButtonDemo({ hoverScale, tapScale }: ButtonDemoProps) {
9 return (
10 <Button
11 key={`${hoverScale}-${tapScale}`}
12 hoverScale={hoverScale}
13 tapScale={tapScale}
14 className="bg-primary text-primary-foreground text-sm font-medium px-4 py-2 h-10"
15 >
16 Button
17 </Button>
18 );
19}

What it pulls in

Other registry items

  • @azemmur/primitives-button

Files it writes

  • registry/demo/components/primitives/button/index.tsx

Facts

Registry
Azemmur
Type
registry:ui
Access
Free
Files written
1
Licence
NOASSERTION
First indexed
2026-08-03
Last confirmed
yesterday

Go to the source

azemmur.raouf.codes Gattalraouf/azemmur-ui on GitHub Raw registry item This item as JSON

More from Azemmur

All 27 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Blur Imagecomponents-blur-imageAzemmurComponentsFree1 dep
Buttoncomponents-buttonAzemmurComponentsFree1 dep
Floating Dockcomponents-floating-dockAzemmurComponentsFree2 deps · 6 files
Speed Dialcomponents-speed-dialAzemmurComponentsFree2 deps · 7 files
Tabscomponents-tabsAzemmurComponentsFree2 deps · 9 files
Theme Switchcomponents-theme-switchAzemmurComponentsFree4 deps
Timelinecomponents-timelineAzemmurComponentsFree2 deps · 8 files
Blur Image Demodemo-components-blur-imageAzemmurComponentsFreeno deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex