A React component library and utility toolkit for building UangCermat financial web applications. Currently at version 0.2.30 (pre-1.0), it ships TypeScript types and requires React 18.2+, react-dom 18.2+, and husky ^8.0.0 as peer dependencies. The package is in early development with a TODO indicating missing test and commit lint setup. Compared to general UI libraries, it is tightly coupled to UangCermat's design system and internal conventions, and may have breaking changes frequently.
npm install uangcermat-web-toolkit-v2No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quickstart showing installation with peer deps, named imports, and usage of Button component with theme.
Increase Node.js max_old_space_size: add 'NODE_OPTIONS=--max_old_space_size=8129' to dev script.
Pin to specific version and test upgrades thoroughly.
If using husky v9, check for breaking changes and update scripts accordingly.
Set NODE_OPTIONS=--max_old_space_size=8129 in dev script.
Run npm install react@^18.2.0 react-dom@^18.2.0
Ensure import { theme } from 'uangcermat-web-toolkit-v2' is correct and theme provider wraps app.