![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
A Angular UI component library that helps you quickly build Angular applications.
The library is compatible with Angular 9+ versions.
The rhz-ui depends on third party libraries.
Install and configure the following dependencies in your project:
"@angular/common"
"@angular/cdk"
"@angular/core"
"@angular/material"
"@fortawesome/fontawesome-free"
"bootstrap"
"ngx-image-cropper"
"ngx-quill"
"qrcode"
"quill"
Check HERE the packages versions.
The rhz-ui can be installed with npm:
npm install rhz-ui@latest --save
RhzModule
Then, import RhzModule into the root module (typically called AppModule) of your Angular app.
import { RhzModule } from 'rhz-ui';
...
imports: [
BrowserModule,
...
RhzModule.forRoot(),
...
],
Default settings can be changed in RhzModule
:
import { RhzModule, IRhzConfig } from 'rhz-ui';
// Your custom configs
const rhzConfig: IRhzConfig = {};
...
imports: [
BrowserModule,
...
RhzModule.forRoot(rhzConfig),
...
],
Check HERE all config properties.
It is necessary to import global library styles into your project.
In the style.scss
file, add lines:
@import "~rhz-ui/sass/vars/colors";
@import "~rhz-ui/sass/vars/vars";
@import "~rhz-ui/sass/rhz-sass";
The rhz-ui has assets, so it is necessary to make the configuration for the project to export these assets.
In the angular.json
file, add the line at assets
options:
"assets": [...
{ "glob": "**/*", "input": "node_modules/rhz-ui/assets", "output": "/assets/" }
...]
Copyright © 2021 Rhizom Foundation and/or its subsidiaries or affiliates. All Rights Reserved.
FAQs
Rhizom component library for Angular
The npm package rhz-ui receives a total of 0 weekly downloads. As such, rhz-ui popularity was classified as not popular.
We found that rhz-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.