feat: CardSidebar layout component and ExperienceCard sidebar redesign

Sidebar: period badge, company, stack tags.
Main: role title and rich-text description.
This commit is contained in:
Ilia Mashkov
2026-05-18 12:51:33 +03:00
parent 782c619a91
commit 1550989fd9
7 changed files with 159 additions and 30 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
export type { CardBackground } from './ui/Card';
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './ui/Card';
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardSidebar, CardTitle } from './ui/Card';