# clo-ui **Repository Path**: cncf/clo-ui ## Basic Information - **Project Name**: clo-ui - **Description**: UI components and styles shared across CLO* projects - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-20 - **Last Updated**: 2025-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # clo-ui UI components and styles shared across CLO* projects ## Usage - Install peer deps `react` and `react-dom` at v18. - Import only what you need: `import { CodeBlock } from 'clo-ui/components/CodeBlock';` - Global bundle still available when import from `clo-ui`. - Run `yarn build` to emit CJS/ESM bundles with typed subpath exports.