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-components-speed-dial

Speed Dial Demo

azemmur/demo-components-speed-dial
FreeComponent

Demo for the Speed Dial component.

Install it

npx shadcn@latest add https://azemmur.raouf.codes/r/demo-components-speed-dial.json

Source

registry/demo/components/azemmur/speed-dial/index.tsxazemmur.raouf.codes/r/demo-components-speed-dial.json
1'use client';
2
3import {
4 IconBrandGithub,
5 IconBrandLinkedin,
6 IconBrandX,
7 IconMail,
8 IconPlus,
9} from '@tabler/icons-react';
10import {
11 SpeedDial,
12 type SpeedDialItemData,
13} from '@/components/azemmur/components/azemmur/speed-dial';
14import type { SpeedDialVariantProps } from '@/components/azemmur/components/azemmur/speed-dial/speed-dial-variants';
15
16const items: SpeedDialItemData[] = [
17 {
18 title: 'GitHub',
19 icon: <IconBrandGithub className="size-full" />,
20 href: 'https://github.com',
21 },
22 {
23 title: 'LinkedIn',
24 icon: <IconBrandLinkedin className="size-full" />,
25 href: 'https://linkedin.com',
26 },
27 {
28 title: 'X (Twitter)',
29 icon: <IconBrandX className="size-full" />,
30 href: 'https://x.com',
31 },
32 {
33 title: 'Email',
34 icon: <IconMail className="size-full" />,
35 href: 'bWFpbHRvOmhlbGxvQGV4YW1wbGUuY29t',
36 obfuscated: true,
37 },
38];
39
40export default function SpeedDialDemo({
41 orientation,
42 expansion,
43 size,
44 intent,
45 styling,
46 shape,
47 elevation,
48}: SpeedDialVariantProps) {
49 return (
50 <div className="flex items-center justify-center h-[400px] w-full">
51 <SpeedDial
52 orientation={orientation}
53 expansion={expansion}
54 size={size}
55 intent={intent}
56 styling={styling}
57 shape={shape}
58 elevation={elevation}
59 >
60 <SpeedDial.Trigger>
61 <IconPlus className="size-5" />
62 </SpeedDial.Trigger>
63 <SpeedDial.Menu>
64 {items.map((item, index) => (
65 <SpeedDial.Item key={item.title} item={item} index={index} />
66 ))}
67 </SpeedDial.Menu>
68 </SpeedDial>
69 </div>
70 );
71}

What it pulls in

npm packages

  • @tabler/icons-react

Other registry items

  • @azemmur/components-speed-dial

Files it writes

  • registry/demo/components/azemmur/speed-dial/index.tsx

Facts

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

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