UI components and styles shared across CLO* projects
- Install peer deps
react
andreact-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.