Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-lite-ui

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-lite-ui

[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][downloads-url]

  • 1.4.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
103
decreased by-8.04%
Maintainers
1
Weekly downloads
 
Created
Source

Angular Lightweight UI Components Library

NPM version Downloads

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.

Installation

// The package can be installed via NPM
$ npm i ngx-lite-ui --save

// Or by using Yarn
$ yarn add ngx-lite-ui

Features

  • Label
  • TextField
  • Dropdown
  • Button
  • Checkbox
  • Radio button
  • Switch
  • Progressbar
  • Icon
  • Cards
  • Card
  • Bubble
  • Avatar
  • Tab
  • Dropdown menu
  • Toast
  • Grid
  • Date picker
  • popup
  • loading state
  • Spreadsheet
  • Scheduler
  • etc

Requirements

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>

Getting started

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.

Contribute

We are always open to your suggestions for further improvement.

Change log

License

MIT

Keywords

FAQs

Package last updated on 16 Jan 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc