Different display modes can be used for mobile and desktop.
On mobile, the calendar can be rendered at the top or bottom of the screen, in the center of the screen,
anchored to an input or any object for that matter and it can also be embedded in any inline content.
// Use the settings object to change the theme
mobiscroll.settings ={lang:''theme:'ios',themeVariant:''};
mobiscroll.calendar('#demo-bottom',{display:'bottom'});
mobiscroll.calendar('#demo-top',{display:'top'});
mobiscroll.calendar('#demo-center',{display:'center'});
mobiscroll.calendar('#demo-bubble',{display:'bubble'});
mobiscroll.calendar('#demo-fullscreen',{display:'center',layout:'liquid'});
mobiscroll.calendar('#demo-inline',{display:'inline',layout:'liquid'});
<div style="display:none" mbsc-form>
<div class="mbsc-form-group">
<div class="mbsc-form-group-title">Try different display modes</div>
<label>
Bottom
<input id="demo-bottom" placeholder="Please Select..." />
</label>
<label>
Top
<input id="demo-top" type="text" placeholder="Please Select..." />
</label>
<label>
Center
<input id="demo-center" type="text" placeholder="Please Select..." />
</label>
<label>
Bubble
<input id="demo-bubble" type="text" placeholder="Please Select..." />
</label>
<label>
Fullscreen
<input id="demo-fullscreen" 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 calendar component in almost any markup or form.</p>
</div>
<div class="mbsc-form-group">
<div class="mbsc-form-group-title">Embedded calendar scroller</div>
<div id="demo-inline"></div>
</div>
</div>
Show more code
Calendar - Marked days
Change demo
Marked days
When using marked days, users might be interested to see what each dot means.
You can place a listview below for describing what everything means.
Shipping with full RTL support, choose left-to-right or right-to-left with the rtl setting.
The value is inherited from the localization settings and can be manually overridden by explicitly setting it true or false.
The calendar ships with different event hooks for deep customization. Events are triggered through the lifecycle of the component where you can tie in custom functionality and code.
While users interact with the UI events like onChange, onSet, onInit ... will be triggered.
Interact with the example and check the event log for the output.
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!
Need to update your password?
Enter a new password and hit the button below to change it!
You are setting a password for the account
Need to update your password?
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.