Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 605 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 605 Bytes

Ionic Tooltips Example

Example app demonstrating the ionic-tooltips module. To view the module's repo, please go to the following link: https://github.com/zyra/ionic-tooltips

Ionic Tooltips Demo

Instructions

To test this app, run the following commands:

git clone [email protected]:zyra/ionic-tooltips-example
cd ionic-tooltips-example
npm i
git submodule init
git submodule update
# serve app
ionic serve
# or run on device
ionic run <platform> # replace <platform> with platform of your choice