AngularJS Color picker demo with a predefined set of colors. Supporting both horizontal and vertical scrolling. With source code. For AngularJS (1.x) and Ionic 1.
AngularJS Color picker demo for selecting and setting the luminosity for a single color with a slider. For desktop & mobile. For AngularJS (1.x) and Ionic 1.
AngularJS Multiple color select with a maximum of six available slots. Custom set can be used. Use it on desktop & mobile. For AngularJS (1.x) and Ionic 1.
angular
.module('demoApp', ['mobiscroll-color'])
.controller('demoController', ['$scope', function ($scope) {
$scope.settings = {
theme: '',
themeVariant: '',
lang: '',
onInit: function (event, inst) {
// Your custom event handler goes here
},
onMarkupReady: function (event, inst) {
// Your custom event handler goes here
},
onBeforeShow: function (event, inst) {
// Your custom event handler goes here
},
onPosition: function (event, inst) {
// Your custom event handler goes here
},
onShow: function (event, inst) {
// Your custom event handler goes here
},
onSet: function (event, inst) {
// Your custom event handler goes here
},
onItemTap: function (event, inst) {
// Your custom event handler goes here
},
onDestroy: function (event, inst) {
// Your custom event handler goes here
},
onClose: function (event, inst) {
// Your custom event handler goes here
},
onCancel: function (event, inst) {
// Your custom event handler goes here
},
onBeforeClose: function (event, inst) {
// Your custom event handler goes here
},
onClear: function (event, inst) {
// Your custom event handler goes here
},
onPreviewItemTap: function (event, inst) {
// Your custom event handler goes here
}
};
}]);
AngularJS Color picker for mobile and desktop with top, bottom, popup, center, modal, bubble and inline embeddable display. For AngularJS (1.x) and Ionic 1.
<div ng-app="demoApp" ng-controller="demoController">
<div mobiscroll-form="formSettings">
<div class="mbsc-form-group">
<div class="mbsc-form-group-title">Display modes</div>
<label>
Bottom
<input mbsc-input id="demo" ng-model="myColor" mobiscroll-color="settings" placeholder="Please Select..." />
</label>
<label>
Top
<input mbsc-input id="demo-top" ng-model="myColorTop" mobiscroll-color="topSettings" type="text" placeholder="Please Select..." />
</label>
<label>
Center
<input mbsc-input id="demo-center" ng-model="myColorCenter" mobiscroll-color="centerSettings" type="text" placeholder="Please Select..." />
</label>
<label>
Bubble
<input mbsc-input id="demo-bubble" ng-model="myColorBubble" mobiscroll-color="bubbleSettings" type="text" placeholder="Please Select..." />
</label>
</div>
<div class="mbsc-form-group mbsc-padding">
<p class="mbsc-thin">With inline display you can embed the Color component in almost any markup or form.</p>
</div>
<div class="mbsc-form-group">
<div class="mbsc-form-group-title">Embedded color picker</div>
<div id="demo-inline" ng-model="myColorInline" mobiscroll-color="inlineSettings"></div>
</div>
</div>
</div>
.md-hidden .mbsc-color-input {
display: none;
}
Show more code
Color - Desktop
Change demo
Desktop
AngularJS desktop color picker for the web. Interact on the UI with cursor & pointer for usage on not just touchscreens. For AngularJS (1.x) and Ionic 1.
Looking for something you didn't see or have a sales question? Ask us about it, we're here to help.
Component license
Purchase component licenses if you are looking for specific funcionality.
Total
All features will be included with the license.
Buy component license
Framework license
Get all 36 components, including with the Framework license.
Mobiscroll for
Angular JS & Ionic 1
$595
Use Javascript when building with plain and simple JS.Use jQuery when you have jQuery already included or if you are building with jQuery Mobile.Use AngularJS when building with Angular 1.x or Ionic 1.Use Angular when building with Angular 2/4/5/6/7/8 or Ionic 2/3/4.Use it when you are building your app or website with React.
Using a different framework? Pick the appropriate version
Step 4.Run ng serve in the root folder of your app 🎉
Copy command
$ ng serve
And voilà, everything should be running smoothly.
Thanks for downloading
Try and customize the app locally
Extract the zip file and run the project like any Ionic app. Make sure to have Ionic CLI installed and open the terminal in the app root folder.
Step 1. Run in root folder
$ npm install
Step 2. Start the app
$ ionic serve
Let us know if we can help and enjoy!
Change your password
Need to update your password? Enter and hit the button below
Change your password
Need to update your password? Enter and hit the button below
Your password has been changed!
Thanks for downloading
Customize demos locally
Everything is set up so that you can dig in right away and start exploring.
We have set up a trial so that you can try the demos locally.
Extract the zip file and open the demo in your favorite browser.
To install Mobiscroll in your project
follow instructions from this page.
Let us know if we can help and enjoy! 👍
Thanks for downloading
Customize demos locally
Please extract the zip file and run the project like any Angular CLI app.
Make sure to have the Angular CLI installed.
For installation and usage, extract the zip file and open a terminal window and follow these steps.
Step 1. Run in root folder
$ npm install
Step 2. Start the app
$ ng serve --open
Let us know if we can help and enjoy! 👍
Thanks for downloading
Customize demos locally
Everything is set up so that you can dig in right away and start exploring.
We have set up a trial so that you can try the demos locally.
The easiest way to get started is to follow the installation steps and by
grabbing the code directly from the demo page. Let us know if we can help and enjoy!
You'll find a fully functional Kitchen-sink Ionic app in the zip file.
Thanks for downloading
Customize demos locally
Everything is set up so that you can dig in right away and start exploring.
We have set up a trial so that you can try the demos locally.
The demos are using Babel's in-browser ES6 and JSX transformer.
Extract the zip file and open the demo in your browser. To install Mobiscroll in your project
follow instructions from this page.