Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
ngx-lite-ui
Advanced tools
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][downloads-url]
A free lightweight UI library for Angular enterprise applications. It contains a high-performance and responsive UI components.
A minimal demo page can be found here.
// The package can be installed via NPM
$ npm i ngx-lite-ui --save
// Or by using Yarn
$ yarn add ngx-lite-ui
Add the following links inside the head element of your html page.
<head>
...
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<link
href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined"
rel="stylesheet"
/>
...
</head>
This is a basic usage of ngx-label. To import the existing LabelModule into your project (ex: app.module), proceed as follows:
import { LabelModule } from 'ngx-lite-ui';
imports: [
...
LabelModule,
...
],
Add the following line to your component:
<ngx-label [required]="true">This is a required label</ngx-label>
Follow the same process for the other components.
We are always open to your suggestions for further improvement.
FAQs
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][downloads-url]
The npm package ngx-lite-ui receives a total of 81 weekly downloads. As such, ngx-lite-ui popularity was classified as not popular.
We found that ngx-lite-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.