{"id":13763776,"url":"https://github.com/meteoric/meteor-ionic","last_synced_at":"2025-12-17T22:47:09.342Z","repository":{"id":24603032,"uuid":"28011613","full_name":"meteoric/meteor-ionic","owner":"meteoric","description":"Ionic components for Meteor. No Angular!","archived":false,"fork":false,"pushed_at":"2022-08-15T01:20:46.000Z","size":718,"stargazers_count":1509,"open_issues_count":137,"forks_count":219,"subscribers_count":108,"default_branch":"master","last_synced_at":"2024-11-16T23:32:21.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://meteoric.github.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meteoric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-14T23:13:54.000Z","updated_at":"2024-10-12T20:34:29.000Z","dependencies_parsed_at":"2022-08-14T20:42:24.730Z","dependency_job_id":null,"html_url":"https://github.com/meteoric/meteor-ionic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meteoric%2Fmeteor-ionic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meteoric%2Fmeteor-ionic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meteoric%2Fmeteor-ionic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meteoric%2Fmeteor-ionic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meteoric","download_url":"https://codeload.github.com/meteoric/meteor-ionic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253453209,"owners_count":21911060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T15:00:58.352Z","updated_at":"2025-12-17T22:47:04.302Z","avatar_url":"https://github.com/meteoric.png","language":"JavaScript","funding_links":[],"categories":["Mobile","And A Bunch More! (I am in the process of sorting these)"],"sub_categories":[],"readme":"![](http://f.cl.ly/items/391y4708420P0H001k1G/meteoric.png)\n\n# meteor-ionic\n\n### Build [Ionic](http://ionicframework.com/) apps in [Meteor](https://www.meteor.com/)!\n\n## NOTE: This package is no longer being actively maintained. \n\nIf you are interested in maintaining it, contact me through [my Github profile](https://github.com/nickw). Now that Meteor is officially supporting (and actively recommending) React and Angular, I suggest using [Ionic](https://github.com/driftyco/ionic), [Ionic 2](https://github.com/driftyco/ionic2) or [React-Ionic](https://github.com/pors/reactionic/) as alternatives for building hybrid mobile apps with Meteor.\n\n## Overview\n\nThis is an attempt at **real Ionic and Meteor integration**. This is not just Ionic's CSS framework wrapped in a Meteor package. It aims to be a complete port of [Ionic’s Angular directives](http://ionicframework.com/docs/api/) to [Meteor Blaze](https://www.meteor.com/blaze) templates.\n\n## Why?\n[Ionic](http://ionicframework.com/) is arguably the most comprehensive, polished, cross-platform mobile framework available. But unfortunately a large portion of its functionality comes from Angular directives. [I'm not a fan of trying to force-fit Angular into Meteor](https://medium.com/space-camp/your-meteor-app-probably-doesnt-need-angular-13986a0323f6), so I wanted to see if I could rewrite Ionic specifically for Meteor.\n\n## Getting started Guide\nCheck out the [GUIDE.md](GUIDE.md) for a guide on how to get started.\n\n## Status\n\n**Beta** See the TODO section below to see which Angular Directives have been ported to Blaze.\n\n## Dependencies\nRather than include compiled or CDN versions of Ionic's CSS Framework we’ve extraced it into two separate packages:\n\n- [meteoric:ionicons-sass](http://github.com/meteoric/ionicons-sass) Ionic’s Ionicons set wrapped for Meteor.\n- [meteoric:ionic-sass](http://github.com/meteoric/ionic-sass) The base Ionic CSS Framework wrapped for Meteor.\n\n## Examples\n\n### Contacts App\nA simple CRUD app to manage contacts.\n\n[Demo](http://meteoric-contacts.meteor.com) |  [Code](https://github.com/meteoric/contacts)\n\n### Meteor Hunt\nA [Product Hunt](http://producthunt.com) clone built in Meteor Ionic. (In Progress)\n\n[Demo](http://meteorhunt.meteor.com/) |  [Code](https://github.com/meteoric/meteorhunt)\n\n### Demo of all components\nThe demo app of various meteoric components\n\n[Demo](http://meteor-ionic.meteor.com/) |  [Code](https://github.com/meteoric/demo)\n\nYou can also keep track of the various other repos from the [Meteoric team](https://github.com/meteoric)\n\n## TODO\n\n### Angular Directives to convert to Blaze:\n* [x] ActionSheet\n* [x] Backdrop\n* [x] Content\n  * [x] ion-content\n  * [x] ion-refresher (not necessary with Meteor)\n  * [x] ion-pane\n* [ ] Events (use a 3rd party library?)\n* [x] Form Inputs (using [`meteoric:autoform-ionic`](https://github.com/meteoric/autoform-ionic))\n  * [x] ion-checkbox\n  * [x] ion-radio\n  * [x] ion-toggle\n* [ ] Gesture (use a 3rd party library?)\n* [x] Headers/Footers\n  * [x] ion-header-bar\n  * [x] ion-footer-bar\n* [x] Keyboard (requires [cordova](http://cordova.apache.org/) integration)\n* [ ] Lists (needs edit/remove/sort functionality)\n  * [ ] ion-list\n  * [ ] ion-item\n  * [ ] ion-delete-button\n  * [ ] ion-reorder-button\n  * [ ] ion-option-button\n  * [ ] collection-repeat\n* [x] Loading\n* [x] Modal\n* [x] Navigation (requires [iron:router](https://github.com/EventedMind/iron-router) integration)\n  * [x] ion-nav-view\n  * [x] ion-view\n  * [x] ion-nav-bar\n  * [x] ion-nav-back-button\n  * [ ] ion-nav-buttons (not needed?)\n  * [x] ion-nav-title\n  * [ ] nav-transition (not needed?)\n  * [ ] nav-direction (not needed?)\n* [x] Platform\n* [x] Popover\n* [x] Popup\n* [ ] Scroll\n  * [ ] ion-scroll\n  * [ ] ion-infinite-scroll\n* [x] Side Menus\n  * [x] ion-side-menus\n  * [x] ion-side-menu-content\n  * [x] ion-side-menu\n  * [ ] expose-aside-when (not sure this is needed)\n  * [x] menu-toggle\n  * [x] menu-close\n* [x] Slide Box\n* [x] Tabs (requires [iron:router](https://github.com/EventedMind/iron-router) integration)\n  * [x] ion-tabs\n  * [x] ion-tab\n\n## License\n[MIT License](https://github.com/meteoric/meteor-ionic/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeteoric%2Fmeteor-ionic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeteoric%2Fmeteor-ionic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeteoric%2Fmeteor-ionic/lists"}