Angular Mobile Select is a perfect blend of mobile design with the material design. Inspired by the Material Design form Google and the native dropdown from various mobile platforms made us to make a flexbile select component for Angular
- Everything is new here. Check it out!
Angular Mobile Select uses a number of open source projects to work properly:
- AngularJS - HTML enhanced for web apps!
- Angular Animate - HTML enhanced for web apps!
- jQuery - Because everything is jQuery.
And of course Angular Mobile Select itself is open source with a public repository on GitHub.
Angular Mobile Select requires Node.js v4+ to run.
It is Very Easy and you can install this in a way you're familiar with.
$ bower install angular-mobile-select
$ npm install angular-mobile-select
<head>
<!-- Style for the Angular Material Select -->
<link rel="stylesheet" type="text/css" href="PATH/angular-mobile-select.css" />
</head>
<body>
<!-- Script for the Angular Material Select -->
<script type="text/javascript" src="PATH/angular-mobile-select.js"></script>
</body>
angular.module('myApp', ['ngmobileselect']);
Want to contribute? Great!
We are just starting up with this and we have a vision to take this to many more levels.
MIT