BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ncdai/experience-01

Experience 01

ncdai/experience-01
UnverifiedBlock

A work experience section with a lined layout.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/Sumeet011/Portfolio/main/public/r/experience-01.json

Source

src/registry/blocks/experience-01/experience-01.tsxraw.githubusercontent.com/Sumeet011/Portfolio/main/public/r/experience-01.json
1import { CodeXmlIcon, LightbulbIcon } from "lucide-react"
2
3import type { ExperienceItemType } from "@/registry/transformed/components/work-experience"
4import { WorkExperience } from "@/registry/transformed/components/work-experience"
5
6export function Experience01() {
7 return (
8 <div className="max-w-screen overflow-x-clip">
9 <div className="container mx-auto px-4">
10 <div className="border-x border-line py-8">
11 <h2 className="screen-line-top screen-line-bottom ml-4 font-heading text-3xl font-medium tracking-tight">
12 Experience
13 </h2>
14
15 <WorkExperience
16 className="bg-transparent *:screen-line-bottom"
17 experiences={EXPERIENCE}
18 />
19 </div>
20 </div>
21 </div>
22 )
23}
24
25const EXPERIENCE: ExperienceItemType[] = [
26 {
27 id: "shadcncraft",
28 companyName: "shadcncraft",
29 companyLogo: "https://assets.chanhdai.com/images/companies/shadcncraft.svg",
30 companyWebsite: "https://shadcncraft.com?atp=ncdai",
31 positions: [
32 {
33 id: "1",
34 title: "Design Engineer",
35 employmentPeriod: {
36 start: "01.2026",
37 },
38 employmentType: "Full-time",
39 icon: <CodeXmlIcon />,
40 description:
41 "- Work on the registry and React component library.\n- Design and build Pro application components and blocks, from Figma to production-ready React.",
42 skills: [
43 "TypeScript",
44 "Next.js",
45 "Tailwind CSS",
46 "shadcn/registry",
47 "Figma",
48 ],
49 isExpanded: true,
50 },
51 ],
52 isCurrentEmployer: true,
53 },
54 {
55 id: "quaric",
56 companyName: "Quaric",
57 companyLogo: "https://assets.chanhdai.com/images/companies/quaric.svg",
58 companyWebsite: "https://quaric.com",
59 positions: [
60 {
61 id: "2",
62 title: "Design Engineer",
63 employmentPeriod: {
64 start: "03.2024",
65 },
66 employmentType: "Part-time",
67 icon: <CodeXmlIcon />,
68 description: `- Integrated VNPAY-QR for secure transactions.
69- Registered the e-commerce site with [online.gov.vn](https://online.gov.vn) for compliance.
70- Developed online ordering to streamline purchases.
71- Build and maintain ZaDark.com with Docusaurus, integrating AdSense.
72- Develop and maintain the ZaDark extension for Zalo Web on Chrome, Safari, Edge, and Firefox — with 15,000+ active users via Chrome Web Store.`,
73 skills: [
74 "Next.js",
75 "Strapi",
76// … truncated

What it pulls in

Other registry items

  • https://chanhdai.com/r/style.json
  • https://chanhdai.com/r/work-experience.json

Files it writes

  • src/registry/blocks/experience-01/experience-01.tsx

Facts

Registry
ncdai
Type
registry:block
Access
Unverified
Files written
1
Licence
MIT
First indexed
2026-08-02
Last confirmed
yesterday

Go to the source

chanhdai.com Sumeet011/Portfolio on GitHub Raw registry item This item as JSON

More from ncdai

All 48 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Blog 01blog-01ncdaiBlocksUnverified1 dep · 2 files
Blog 02blog-02ncdaiBlocksUnverified1 dep · 2 files
Hero 01hero-01ncdaiBlocksUnverifiedno deps · 2 files
Login 01login-01ncdaiBlocksUnverifiedno deps · 2 files
Metrics 01metrics-01ncdaiBlocksUnverified1 dep · 2 files
scroll-fade-effect-block-01scroll-fade-effect-block-01ncdaiBlocksUnverifiedno deps
scroll-fade-effect-block-02scroll-fade-effect-block-02ncdaiBlocksUnverifiedno deps
scroll-fade-effect-block-03scroll-fade-effect-block-03ncdaiBlocksUnverifiedno deps
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex