0.2.9 • Published 6 months ago

@jamieballing/mat-lib-test v0.2.9

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

Iodine Component Library (mat-lib-test)

Build Process

  1. To build the master library, execute the following command:
    npm run build

After Build, update /dist/*.js files

  1. Import each Material Web component you're using:

    import '@material/web/button/filled-button.js';  // Import each component being used
  2. Import FontAwesome Pro:

    import '@fortawesome/fontawesome-svg-core';
    import '@fortawesome/fontawesome-pro';
    import '@fortawesome/fontawesome-pro/css/all.css'
  3. Import the fonts used by the components:

    import '@fontsource/lato/400.css';  // Or replace with whatever fonts your components use
  4. Import the generated stylesheet:

    import './style.css';  // This is the CSS generated from your build process

Publishing to npm

  1. To publish, run:
    npm publish

For Consumer Apps

Installation

  1. Install the Iodine test package:
    npm install @encoradxp/mat-lib-test