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-floating-dock

Floating Dock Demo

azemmur/demo-components-floating-dock
FreeComponent

Demo for the Floating Dock component.

Install it

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

Source

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

What it pulls in

npm packages

  • @tabler/icons-react

Other registry items

  • @azemmur/components-floating-dock

Files it writes

  • registry/demo/components/azemmur/floating-dock/index.tsx

Facts

Registry
Azemmur
Type
registry:ui
Access
Free
Files written
1
Licence
NOASSERTION
In the index
at or before 2026-08-12
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

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex