@jamieballing/mat-lib-test
v0.2.9
Published
### Build Process
Downloads
2
Readme
Iodine Component Library (mat-lib-test)
Build Process
- To build the master library, execute the following command:
npm run build
After Build, update /dist/*.js
files
Import each Material Web component you're using:
import '@material/web/button/filled-button.js'; // Import each component being used
Import FontAwesome Pro:
import '@fortawesome/fontawesome-svg-core'; import '@fortawesome/fontawesome-pro'; import '@fortawesome/fontawesome-pro/css/all.css'
Import the fonts used by the components:
import '@fontsource/lato/400.css'; // Or replace with whatever fonts your components use
Import the generated stylesheet:
import './style.css'; // This is the CSS generated from your build process
Publishing to npm
- To publish, run:
npm publish
For Consumer Apps
Installation
- Install the Iodine test package:
npm install @encoradxp/mat-lib-test