A simple Ionic app to show how to implement a search bar with a popover below it
  
  
    
    
    
  
Note
Take a look at https://pferreirafabricio.github.io/popover-search-ionic/ for a live test, or you could download the
.apkfile in the release v0.0.1
This project is a simple Ionic app, using VueJS, Ionic, and Capacitor to show how to use the ionic popover component ion-popover to implement the results of an input search below it.
- Clone this repository 
https://github.com/pferreirafabricio/popover-search-ionic.git - Enter in the project's folder: 
cd popover-search-ionic - Run 
npm install - Run 
npm run serveornpm run dev - Access 
http://localhost:8080in your browser and be happy π 
- Fork this repository
 - Create a branch with your feature: 
git checkout -b my-feature - Commit your changes: 
git commit -m 'feat: My new feature' - Push your branch: 
git push origin my-feature 
This project is under the MIT license. Take a look at the LICENSE file for more details.
- Ionic Vue Docs: https://ionicframework.com/docs/vue/overview
 

