@hxui/angular
TypeScript icon, indicating that this package has built-in type declarations

13.1.3 • Public • Published

HXUI Angular

An Angular library based on the HXUI design system.

Installation

npm i @hxui/angular

Usage

Option 1: Import all web component modules into app module or shared module.

import { HxUiModule } from '@hxui/angular';

@NgModule({
  imports: [HxUiModule.forRoot()],
})
export class AppModule {}

Option 2: Import each web component module that you need individually.

import { DropdownModule } from '@hxui/angular'

@NgModule({
imports: [DropdownModule.forRoot(), ...]
})
export class AppModule {}

IMPORTANT The following structural css needs to be included in the project's style file because the Material CDK has been used as part of this library.

// Structural css needed for CDK to work correctly
@import '~@angular/cdk/overlay-prebuilt.css';
@import '~@angular/cdk/a11y-prebuilt.css';
@import '~@angular/cdk/text-field-prebuilt.css';

Versions

@hxui/angular Angular
8.x 8.x
11.x 11.x
13.x 13.x

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

/@hxui/angular/

    Package Sidebar

    Install

    npm i @hxui/angular

    Weekly Downloads

    444

    Version

    13.1.3

    License

    MIT

    Unpacked Size

    3.86 MB

    Total Files

    257

    Last publish

    Collaborators

    • matthew.curcio
    • bpulliese
    • graeme.mclaughlin
    • keyurc
    • alex.philip