Files
invyone/frontend/components/v5/index.ts
T
gbpark 5153386fce
Build & Deploy to K8s / build-and-deploy (push) Successful in 3m59s
디자인 수정
2026-04-21 22:59:51 +09:00

21 lines
735 B
TypeScript

/**
* INVYONE v5 — Atomic component barrel
*
* Components ported from the INVYONE Design System
* (`ui_kits/app/dashboard-components.jsx`, `shell-components.jsx`).
*
* CSS lives in `frontend/styles/v5-atomics.css` (imported via globals.css).
* Tokens live in `frontend/styles/v5-layout.css`.
*
* Use these to compose new screens. They are intentionally small —
* if you need something more, prefer extending these over inline styles.
*/
export { PageHead } from "./PageHead";
export type { Crumb } from "./PageHead";
export { Kpi } from "./Kpi";
export { BarCard } from "./BarCard";
export { Spark } from "./Spark";
export { Feed } from "./Feed";
export type { FeedItem } from "./Feed";
export { Modal } from "./Modal";