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-timeline

Timeline Demo

azemmur/demo-components-timeline
FreeComponent

Demo for the Timeline component.

Install it

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

Source

registry/demo/components/azemmur/timeline/index.tsxazemmur.raouf.codes/r/demo-components-timeline.json
1'use client';
2
3import {
4 Timeline,
5 type Direction,
6} from '@/components/azemmur/components/azemmur/timeline';
7import type { TimelineVariantProps } from '@/components/azemmur/components/azemmur/timeline/timeline-variants';
8
9interface TimelineDemoProps extends TimelineVariantProps {
10 direction?: Direction;
11}
12
13export default function TimelineDemo({
14 orientation = 'horizontal',
15 intent = 'primary',
16 size = 'md',
17 gradient = 'purple-blue',
18 visuals = 'none',
19 shape = 'circle',
20 direction = 'ltr',
21}: TimelineDemoProps) {
22 const isVertical = orientation === 'vertical';
23
24 return (
25 <div className={isVertical ? 'w-full h-[500px]' : 'w-[400px] h-[400px]'}>
26 <Timeline
27 orientation={orientation}
28 intent={intent}
29 size={size}
30 gradient={gradient}
31 visuals={visuals}
32 shape={shape}
33 direction={direction}
34 className="h-full"
35 >
36 <Timeline.Header>
37 <div className="w-full h-full flex items-center justify-center">
38 <h2
39 className={
40 isVertical ? 'text-2xl font-bold' : 'text-4xl font-bold'
41 }
42 >
43 My Journey
44 </h2>
45 </div>
46 </Timeline.Header>
47
48 <Timeline.Item title="2020">
49 <div className="flex flex-col gap-4 h-full justify-center">
50 <h4 className="text-xl font-semibold">Started Learning</h4>
51 <p className="max-w-md">
52 Began the journey into web development, learning HTML, CSS, and
53 JavaScript fundamentals.
54 </p>
55 </div>
56 </Timeline.Item>
57
58 <Timeline.Item title="2021">
59 <div className="flex flex-col gap-4 h-full justify-center">
60 <h4 className="text-xl font-semibold">First Projects</h4>
61 <p className="max-w-md">
62 Built first real-world projects using React and Node.js, exploring
63 modern frameworks.
64 </p>
65 </div>
66 </Timeline.Item>
67
68 <Timeline.Item title="2022">
69 <div className="flex flex-col gap-4 h-full justify-center">
70 <h4 className="text-xl font-semibold">Professional Growth</h4>
71 <p className="max-w-md">
72 Joined a development team and started working on production
73 applications with TypeScript.
74 </p>
75 </div>
76 </Timeline.Item>
77
78 <Timeline.Item title="2023">
79// … truncated

What it pulls in

Other registry items

  • @azemmur/components-timeline

Files it writes

  • registry/demo/components/azemmur/timeline/index.tsx

Facts

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