https://github.com/tempusdigital/tempus.ionic
https://github.com/tempusdigital/tempus.ionic
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tempusdigital/tempus.ionic
- Owner: tempusdigital
- License: mit
- Created: 2018-11-08T13:27:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T23:41:50.000Z (about 4 years ago)
- Last Synced: 2025-03-03T09:51:20.864Z (4 months ago)
- Language: TypeScript
- Size: 451 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# Tempus Digital Custom Components for Ionic v4
Custom components for Ionic v4. Developed with StencilJs.
## Getting Started
To run:
```bash
npm install
npm start
```To build the component for production, run:
```bash
npm run build
```## Using this component
### Script tag
- [Publish to NPM](https://docs.npmjs.com/getting-started/publishing-npm-packages)
- 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### Node Modules
- Run `npm install my-component --save`
- 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### In a stencil-starter app
- Run `npm install my-component --save`
- Add an import to the npm packages `import my-component;`
- Then you can use the element anywhere in your template, JSX, html etc## To Do
### Global
- Update readme### t-combobox
- Add documentation
- Add tests### t-container
- Add documentation
- Add tests### t-action-controller
- Add documentation
- Add tests### t-message
- Add documentation
- Add tests### t-message-summary
- Add documentation
- Add tests### t-popup-menu-controller
- Add documentation
- Add tests### t-popup-menu-popover
- Add documentation
- Add tests### t-select
- Implement event selectOptionDidUnload
- Add documentation
- Add tests### t-validation-controller
- Add documentation
- Add tests