meteoric / demo

App for showcasing various meteor-ionic UI components
http://meteor-ionic.meteor.com
MIT License
57 stars 42 forks source link

Complete component list #9

Closed lorensr closed 9 years ago

lorensr commented 9 years ago

This is the closest I see to a component API. Would be nice if it included all of them, eg ionRadio is missing.

nickw commented 9 years ago

The main repo's README has a list of what has been implemented and what hasn't: https://github.com/meteoric/meteor-ionic#todo

lorensr commented 9 years ago

ionRadio has already been implemented, it's just not in the demo. I meant it would be nice to either have a demo or API doc that says, "use it like this":

{{#ionRadio}}
  content
{{/ionRadio}}

and the available args are name, value, and disabled.

nickw commented 9 years ago

Ah I see what you mean. Yeah we definitely need some docs. As far as ionRadio goes, I mention in the README linked to above that all the form components are implemented through https://github.com/meteoric/autoform-ionic. So there isn't actually an {{#ionRadio}} component per se.

lorensr commented 9 years ago

Okay, well it's working standalone for me :)

On Sat, Mar 14, 2015 at 4:09 PM, Nick Wientge notifications@github.com wrote:

Ah I see what you mean. Yeah we definitely need some docs. As far as ionRadio goes, I mention in the README linked to above that all the form components are implemented through https://github.com/meteoric/autoform-ionic. So there isn't actually an {{#ionRadio}} component per se.

— Reply to this email directly or view it on GitHub https://github.com/meteoric/demo/issues/9#issuecomment-80757325.

nickw commented 9 years ago

Oh ha you're right, I forgot I had started on an ionRadio component but abandoned it for autoform: https://github.com/meteoric/meteor-ionic/tree/master/components/ionRadio. Use at your own risk :)