Tempus Digital Custom Ionic Components
npm install @tempusdigital/ionicCustom components for Ionic v4. Developed with StencilJs.
To run:
``bash`
npm install
npm start
To build the component for production, run:
`bash`
npm run build
- Publish to NPM
- Put a script tag similar to this in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc
- Put a script tag similar to this in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc$3
- Run npm install my-component --save
- Add an import to the npm packages import my-component;`