UI components and styles shared across CLO* projects
- Install peer deps
reactandreact-domat v18. - Import only what you need:
import { CodeBlock } from 'clo-ui/components/CodeBlock'; - Global bundle still available when import from
clo-ui. - Run
yarn buildto emit CJS/ESM bundles with typed subpath exports.