jwelmac / ionic-tooltips-example

Example project for ionic-tooltips module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

Example project for ionic-tooltips module


Languages

Language:HTML 38.8%Language:CSS 29.0%Language:TypeScript 25.2%Language:JavaScript 7.0%