Deprecated UX4G Design System components for React and Angular (v1.9.1). Originally provided CSS utilities, React wrappers, and Angular modules. As of version 1.9.0 this package has been split into three independently publishable packages: ux4g-components-web (CSS & design tokens), ux4g-components-react (React components), and ux4g-components-angular (Angular components). No further updates will be made. All consumers must migrate to the new packages. The deprecated package is retained as a stub only and should not be published or newly installed.
npm install ux4g-componentsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Migration from deprecated ux4g-components to new split packages (ux4g-components-web + ux4g-components-react) with CSS import and component usage.
See migration guide: replace imports and CSS references with the new package names.
Uninstall ux4g-components. Install the appropriate new packages. Update all imports and CSS links.
Change import 'ux4g-components/styles/ux4g.css' to import 'ux4g-components-web/styles.css'.
Use ux4g-components-web, ux4g-components-react, and/or ux4g-components-angular instead.
Install ux4g-components-react and change import to 'ux4g-components-react/button'.
Install ux4g-components-web and change import to 'ux4g-components-web/styles.css'.
Uninstall ux4g-components and install the appropriate split package(s).