@naologic/design
TypeScript icon, indicating that this package has built-in type declarations

1.5.3 • Public • Published

Design Build Status Known Vulnerabilities

This is the design library of Naologic

Installation

npm install --save @naologic/design

NPM

Add to your angular app

Modify the angular.json file and add nao-system-icon font to the SCSS

"styles": [
  "node_modules/@naologic/design/src/assets/fonts/nao-system-icon/nao-system-icon.css",
  "src/styles.scss"
],

Import the @naologic/design to your main styles.scss file

@import "node_modules/@naologic/design/src/styles.scss";

Use our loaders

Import in the app.module.ts

  imports: [
    NaoDesignSystemModule.forRoot(),

And then import in the every module you would like to use the loaders

  imports: [
    NaoDesignSystemModule,

License

Made with 🤖 by Naologic

Readme

Keywords

none

Package Sidebar

Install

npm i @naologic/design

Weekly Downloads

43

Version

1.5.3

License

none

Unpacked Size

462 kB

Total Files

85

Last publish

Collaborators

  • gp187