Command Palette

Search for a command to run...

1.8k

Command Palette

Search for a command to run...

Components

Work Experience

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

Loading…

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