BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/lyminhnghia/work-experience

Work Experience

lyminhnghia/work-experience
FreeComponent

Display work experiences with role details, company logos, and durations.

Install it

npx shadcn@latest add https://lyminhnghia.github.io/r/work-experience.json

Source

src/registry/components/work-experience/work-experience.tsxlyminhnghia.github.io/r/work-experience.json · first 6 KB
1"use client"
2
3import { BriefcaseBusinessIcon, InfinityIcon } from "lucide-react"
4import { type ComponentProps, useCallback, useRef } from "react"
5import ReactMarkdown from "react-markdown"
6
7import {
8 Collapsible,
9 CollapsibleContent,
10 CollapsibleTrigger,
11} from "@/components/ui/collapsible"
12import { Separator } from "@/components/ui/separator"
13import { cn } from "@/lib/utils"
14import type { ChevronsUpDownIconHandle } from "@/registry/components/chevrons-up-down-icon"
15import { ChevronsUpDownIcon } from "@/registry/components/chevrons-up-down-icon"
16
17export type ExperiencePositionItemType = {
18 /** Unique identifier for the position */
19 id: string
20 /** The job title or position name */
21 title: string
22 /**
23 * Employment period of the position.
24 * Use "MM.YYYY" or "YYYY" format. Omit `end` for current roles.
25 */
26 employmentPeriod: {
27 /** Start date (e.g., "10.2022" or "2020"). */
28 start: string
29 /** End date; leave undefined for "Present". */
30 end?: string
31 }
32 /** The type of employment (e.g., "Full-time", "Part-time", "Contract") */
33 employmentType?: string
34 /** A brief description of the position or responsibilities */
35 description?: string
36 /** An icon representing the position */
37 icon?: React.ReactNode
38 /** A list of skills associated with the position */
39 skills?: string[]
40 /** Indicates if the position details are expanded in the UI */
41 isExpanded?: boolean
42}
43
44export type ExperienceItemType = {
45 /** Unique identifier for the experience item */
46 id: string
47 /** Name of the company where the experience was gained */
48 companyName: string
49 /** URL or path to the company's logo image */
50 companyLogo?: string
51 /** URL to the company's website. */
52 companyWebsite?: string
53 /**
54 * List of positions held at the company
55 * @fumadocsHref #experiencepositionitemtype
56 * */
57 positions: ExperiencePositionItemType[]
58 /** Indicates if this is the user's current employer */
59 isCurrentEmployer?: boolean
60}
61
62export type WorkExperienceProps = {
63 className?: string
64 /** @fumadocsHref #experienceitemtype */
65 experiences: ExperienceItemType[]
66}
67
68export function WorkExperience({
69 className,
70 experiences,
71}: WorkExperienceProps) {
72 return (
73 <div className={cn("bg-background px-4 text-foreground", className)}>
74 {experiences.map((experience) => (
75 <ExperienceItem key={experience.id} experience={experience} />
76 ))}
77 </div>
78 )
79}
80
81export type ExperienceItemProps = {
82 experience: ExperienceItemType
83}
84
85// … truncated

What it pulls in

npm packages

  • react-markdown
  • lucide-react

Other registry items

  • collapsible
  • separator
  • https://lyminhnghia.github.io/r/chevrons-up-down-icon.json
  • https://lyminhnghia.github.io/r/typography.json

Files it writes

  • src/registry/components/work-experience/work-experience.tsx

Facts

Registry
lyminhnghia
Type
registry:component
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

lyminhnghia.github.io lyminhnghia/lyminhnghia.github.io on GitHub Raw registry item This item as JSON

More from lyminhnghia

All 26 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Apple Hello Effectapple-hello-effectlyminhnghiaComponentsFree1 dep
chevrons-up-down-iconchevrons-up-down-iconlyminhnghiaComponentsFreeno deps
Code Block Commandcode-block-commandlyminhnghiaComponentsFree4 deps · 3 files
Consent Managerconsent-managerlyminhnghiaComponentsFree1 dep
Copy Buttoncopy-buttonlyminhnghiaComponentsFree2 deps · 2 files
GitHub Starsgithub-starslyminhnghiaComponentsFreeno deps
Scroll Fade Effectscroll-fade-effectlyminhnghiaComponentsFreeno deps
Shimmering Textshimmering-textlyminhnghiaComponentsFree1 dep

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