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

ng-vcl

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-vcl

A comprehensive library of components for Angular 11+ with [VCL](http://vcl.github.io/) based styling.

  • 2.1.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

ng-vcl

A comprehensive library of components for Angular 11+ with VCL based styling.

Browse master demo

Build

Browse dev demo

Build

Features

  • Theming/styling through the VCL
  • Highly accessible HTML honoring WAI-ARIA recommendations
  • Feature complete, we want you to be able to build standard apps using 80% ng-vcl components
  • Extensibility, it is possible to extend components to accomodate custom features
  • Straightforward APIs
  • Mix, match, extend, mash-up components

Status

ng-vcl is production ready. We adhere to semver.

Installation

Install via npm

npm install @vcl/ng-vcl

Usage

import { VCLIconModule } from '@vcl/ng-vcl';
…
@NgModule ({....
  imports: [...,
    VCLIconModule,
  …]
})

Demo / Docs

Open https://vcl.github.io/ng-vcl/master for master and https://vcl.github.io/ng-vcl/dev for dev

OR

git clone https://github.com/ng-vcl/ng-vcl.git
cd ng-vcl
npm install
npm start

Open http://localhost:3000/ to see the demo browser.

FAQs

Package last updated on 18 Oct 2021

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