Claritas Web Framework is a CSS framework built for the Claritas front end, now at version 8.7.0. It provides utility classes, components, and a grid system tailored for internal product styling. The framework is not actively maintained for external use, as it is tightly coupled with Claritas design tokens and conventions. Release cadence is ad-hoc, driven by internal product needs. Key differentiators include deep integration with Claritas visual language and minimal overhead, though alternatives like Tailwind or Bootstrap offer broader community support and documentation.
npm install claritas-web-frameworkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Imports CSS and two components (grid and button) to render a simple UI.
Update all class references: .cf-grid -> .c-grid, .cf-btn -> .c-btn.
Use import { ClaritasButton } from 'claritas-web-framework' instead of import CWF from ...Replace <ClaritasContainer> with <ClaritasBox> in JSX.
Add a CSS vars polyfill or compile styles with PostCSS.
Manually import only the CSS files you need from 'claritas-web-framework/css/' folder.
Run 'npm install claritas-web-framework@8.7.0' and ensure you're in the correct directory.
Use named imports: import { ClaritasButton } from 'claritas-web-framework'.Update class references: replace 'cf-btn' with 'c-btn'.
Check package.json for 'claritas-web-framework' and ensure it's listed under dependencies.
No dependency data recorded yet.