arsnebula:ionic-minor

CSS components for developing hybrid mobile apps with HTML5.


License
MIT
Install
meteor add arsnebula:ionic-minor@=1.0.0-rc.0

Documentation

Ionic Minor

CSS components for developing hybrid mobile apps with HTML5.

About Ionic Minor

This package is a minimal version of the Ionic Framework that contains the Sass source for the Ionic CSS components only. It does not contain the components that require the JavaScript API, or are dependent on AngularJS such as:

  • Platform
  • Loading
  • ActionSheet
  • Animations and Transitions
  • Split Pane and Slide Box
  • Popover, Popup and Modal

This package does not include Ionicons.

Current Version

*v1.0.0-rc.0 "neodymium-newt"

Setup and Configuration

To use this package you must have a sass/scss plugin for Meteor such as arsnebula:sass, or fourseven:scss.

meteor add arsnebula:sass
meteor add fourseven:scss

If you use the arsnebula:sass plugin, then just provide the package name and relative path:

@import 'arsnebula:ionic-minor/lib/scss/ionic';

If you are using the fourseven:scss plugin, then you will need to provide the full path to the Meteor build folder.

@import '.meteor/local/build/programs/server/assets/packages/arsnebula_ionic-minor/lib/scss/ionic';

Usage

For information on using the Ionic Framework, refer to the Ionic Framework Documentation.

Attribution

This package utilizes the Ionic Framework by Drifty Co licensed under MIT.

License

MIT - Copyright (c) 2014 Ars Nebula