@ng-vcl/animations

Animation pack for ng-vcl components


Keywords
angular, components, themes, vcl
License
MIT
Install
npm install @ng-vcl/animations@0.6.0-0

Documentation

A comprehensive library of components for Angular 14+ 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 accommodate 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

https://vcl.github.io/ng-vcl/master

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.