Display work experiences with role details, company logos, and durations.
Features
- Supports multiple positions per company.
- Markdown rendering for position descriptions.
- Company logos and duration display.
Installation
$ pnpm dlx shadcn@latest add @ncdai/work-experience
Usage
import { WorkExperience } from "@/components/work-experience"
import type { ExperienceItemType } from "@/components/work-experience"const experiences: ExperienceItemType[] = []
<WorkExperience experiences={experiences} />API Reference
WorkExperience
Prop
Type
ExperienceItemType
Prop
Type
ExperiencePositionItemType
Prop
Type