Javascript Styling
Styling for Javascript
Styling for Javascript
Styling for Javascript
Learn moreMobiscroll ships with components and styling capabilities that you can use to enhance the look and feel of your content.
Use these features on their own or in conjunction with other Mobiscroll components.
Shipping with useful elements, including:
- Basic typography styling
- CSS classes you need for creating easily scannable content
- Page component with approprite margins and paddings
- Classes for rendering different media types
- Icon support
- Multiple theme support
Styling demos available for other frameworks.
Viewing demos & code for
Styling - Typography
// Use the settings object to change the theme
mobiscroll.settings = {
lang: '',
theme: '',
themeVariant: ''
};
<div id="demo" style="font-family: inherit;" mbsc-page>
<div class="mbsc-form-group">
<div class="mbsc-form-group-title">Headings</div>
<div class="mbsc-padding">
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
</div>
</div>
<div class="mbsc-form-group">
<div class="mbsc-form-group-title">Text styling</div>
<div class="mbsc-padding">
<p class="mbsc-bold"> Bold paragraph with a <a href="#">link</a> inside.</p>
<p class="mbsc-medium"> Medium paragraph with a <a href="#">link</a> inside.</p>
<p class="mbsc-thin"> Thin paragraph with a <a href="#">link</a> inside.</p>
<p class="mbsc-italic"> Italic paragraph with a <a href="#">link</a> inside.</p>
<p class="mbsc-txt-muted"> Paragraph with muted text.</p>
</div>
</div>
<div class="mbsc-form-group">
<div class="mbsc-form-group-title">Padding</div>
<div class="mbsc-padding">This is a section with padding </div>
</div>
<div class="mbsc-form-group">
<div class="mbsc-form-group-title">Text align</div>
<div class="mbsc-padding">
<p class="mbsc-align-left">This is a paragraph with text aligned left </p>
<p class="mbsc-align-right">This is a paragraph with text aligned right </p>
<p class="mbsc-align-center">This is a paragraph with centered text </p>
</div>
</div>
<div class="mbsc-form-group">
<div class="mbsc-form-group-title">Text size</div>
<div class="mbsc-padding">
<p class="mbsc-txt-xs">This is a paragraph with extra small text</p>
<p class="mbsc-txt-s">This is a paragraph with small text</p>
<p class="mbsc-txt-m">This is a paragraph with medium text</p>
<p class="mbsc-txt-l">This is a paragraph with large text</p>
<p class="mbsc-txt-xl">This is a paragraph with extra large text</p>
</div>
</div>
<div class="mbsc-form-group">
<div class="mbsc-form-group-title">Unordered list</div>
<div class="mbsc-padding">
<ul>
<li>List item</li>
<li>List item</li>
<li>List item
<ul>
<li>Nested list item</li>
<li>Nested list item</li>
<li>Nested list item</li>
</ul>
</li>
<li>List item</li>
</ul>
</div>
</div>
<div class="mbsc-form-group">
<div class="mbsc-form-group-title">Ordered list</div>
<div class="mbsc-padding">
<ol>
<li>First item</li>
<li>Second item</li>
<li>Third item
<ol>
<li>First subitem</li>
<li>Second subitem</li>
</ol>
</li>
</ol>
</div>
</div>
</div>
Styling - Content
// Use the settings object to change the theme
mobiscroll.settings = {
lang: '',
theme: '',
themeVariant: ''
};
<div id="demo" class="mbsc-padding" mbsc-page>
<h2>1. Elements</h2>
<h3>1.1. Semantics</h3>
<p>
Elements, attributes, and attribute values in HTML are defined (by this specification) to have certain meanings (semantics). For example, the ol element represents an ordered list, and the lang attribute represents the language of the content.
</p>
<p>
These definitions allow HTML processors, such as Web browsers or search engines, to present and use documents and applications in a wide variety of contexts that the author might not have considered.
</p>
<h3>1.2. Elements in the DOM</h3>
<p>
The nodes representing <a href="#" target="_blank">HTML elements</a> in the DOM must implement, and expose to scripts, the interfaces listed for them in the relevant sections of this specification. This includes <a href="#" target="_blank">HTML elements</a> in
<a href="#" target="_blank">XML documents</a>, even when those documents are in another context (e.g. inside an XSLT transform).
</p>
<p>
The basic interface, from which all the
<a href="#" target="_blank">HTML elements</a>' interfaces inherit, and which must be used by elements that have no additional requirements, is the <a href="#" target="_blank">HTMLElement</a> interface.
</p>
<h3>1.3. Element definitions</h3>
<p>
Each element in this specification has a definition that includes the following information.
</p>
<h2>2. The elements of HTML</h2>
<h3>2.1. The root element</h3>
<p>
The <a href="#" target="_blank">html</a> element <a href="#" target="_blank">represents</a> the root of an HTML document.
</p>
<p>
Authors are encouraged to specify a lang attribute on the root html element, giving the document's language. This aids speech synthesis tools to determine what pronunciations to use, translation tools to determine what rules to use, and so forth.
</p>
<h3>2.2. Document metadata</h3>
<p>
The head element represents a collection of metadata for the Document.
</p>
</div>
Styling - Media
mobiscroll.settings = {
lang: '',
theme: '',
themeVariant: ''
}
<div class="mbsc-padding">
<h3>Thumbnail</h3>
<img class="mbsc-img-thumbnail" src="https://mobiscroll.com/content/img/demos/card_3.png">
<h3>Avatar</h3>
<img src="https://img.mobiscroll.com/demos/mr-profile2.png" class="mbsc-avatar" width="34" height="34">
<h3>Full width image</h3>
<img class="mbsc-media-fluid" src="https://img.mobiscroll.com/demos/route.png">
<h3>Full width video</h3>
<video class="mbsc-media-fluid" autoplay muted controls>
<source src="http://img.mobiscroll.com/demos/trailer_iphone.m4v" type="video/x-m4v">
</video>
</div>
Styling - Icons
// Code not available for Javascript
<div class="mbsc-note mbsc-note-primary mbsc-align-center"> Pick from 2500+ icons or use external sets. </div>
<div class="mbsc-grid mbsc-grid-fixed mbsc-align-center md-icons">
<div class="mbsc-row">
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-home"> home </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-pencil"> pencil </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-office"> office </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-newspaper"> newspaper </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-droplet"> droplet </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-image2"> image2 </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-camera"> camera </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-play"> play </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-bullhorn"> bullhorn </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-connection"> connection </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-library"> library </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-book"> book </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-file4"> file4 </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-copy2"> copy2 </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-copy3"> copy3 </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-stack"> stack </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-folder"> folder </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-tag"> tag </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-cart"> cart </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-support"> support </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-phone"> phone </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-location"> location </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-credit"> credit </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-map"> map </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-history"> history </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-clock"> clock </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-alarm2"> alarm2 </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-calendar"> calendar </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-mobile"> mobile </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-drawer"> drawer </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-undo2"> undo2 </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-redo2"> redo2 </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-forward"> forward </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-reply"> reply </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-bubble"> bubble </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-bubbles"> bubbles </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-disk"> disk </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-download"> download </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-upload"> upload </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-user4"> user4 </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-key2"> key2 </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-lock2"> lock2 </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-unlocked"> unlocked </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-cogs"> cogs </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-aid"> aid </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-bars"> bars </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-cloud-download"> cloud-download</div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-cloud-upload"> cloud-upload </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-globe"> globe </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-airplane"> airplane </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-earth"> earth </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-link"> link </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-flag"> flag </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-eye"> eye </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-eye-blocked"> eye-blocked </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-attachment"> attachment </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-star3"> star3 </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-heart"> heart </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-thumbs-up"> thumbs-up </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-thumbs-up2"> thumbs-up2 </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-smiley2"> smiley2 </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-sad2"> sad2 </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-checkmark"> checkmark </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-close"> close </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-plus"> plus </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-minus"> minus </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-remove"> remove </div>
</div>
<div class="mbsc-col-6 mbsc-col-md-3">
<div class="mbsc-ic mbsc-ic-loop2"> loop2 </div>
</div>
</div>
</div>
.md-icons .mbsc-ic {
line-height: 40px;
border-radius: 6px;
background-color: rgba(138, 193, 255, 0.3);
margin: 5px 0;
padding: 0 10px;
}
.md-icons .mbsc-ic:before {
float: left;
}
Styling - Single column
mobiscroll.settings = {
lang: '',
theme: '',
themeVariant: ''
};
<div mbsc-page>
<div class="mbsc-grid mbsc-padding">
<div class="mbsc-row mbsc-justify-content-center">
<div class="mbsc-col-sm-9 mbsc-col-md-7 mbsc-col-xl-5">
<h2>1. Elements</h2>
<h3>1.1. Semantics</h3>
<p>
Elements, attributes, and attribute values in HTML are defined (by this specification) to have certain meanings (semantics). For example, the ol element represents an ordered list, and the lang attribute represents the language of the content.
</p>
<p>
These definitions allow HTML processors, such as Web browsers or search engines, to present and use documents and applications in a wide variety of contexts that the author might not have considered.
</p>
<h3>1.2. Elements in the DOM</h3>
<p>
The nodes representing <a href="#" target="_blank">HTML elements</a> in the DOM must implement, and expose to scripts, the interfaces listed for them in the relevant sections of this specification. This includes <a href="#" target="_blank">HTML elements</a> in
<a href="#" target="_blank">XML documents</a>, even when those documents are in another context (e.g. inside an XSLT transform).
</p>
<p>
The basic interface, from which all the
<a href="#" target="_blank">HTML elements</a>' interfaces inherit, and which must be used by elements that have no additional requirements, is the <a href="#" target="_blank">HTMLElement</a> interface.
</p>
<h3>1.3. Element definitions</h3>
<p>
Each element in this specification has a definition that includes the following information.
</p>
<h2>2. The elements of HTML</h2>
<h3>2.1. The root element</h3>
<p>
The <a href="#" target="_blank">html</a> element <a href="#" target="_blank">represents</a> the root of an HTML document.
</p>
<p>
Authors are encouraged to specify a lang attribute on the root html element, giving the document's language. This aids speech synthesis tools to determine what pronunciations to use, translation tools to determine what rules to use, and so forth.
</p>
<h3>2.2. Document metadata</h3>
<p>
The head element represents a collection of metadata for the Document.
</p>
</div>
</div>
</div>
</div>
Styling - Content grid
mobiscroll.settings = {
lang: '',
theme: '',
themeVariant: ''
};
<div mbsc-form>
<div class="mbsc-grid">
<div class="mbsc-row mbsc-justify-content-center">
<div class="mbsc-col-sm-12 mbsc-col-md-10 mbsc-col-xl-8">
<h3>Weird but true facts about technology</h3>
<div class="mbsc-row">
<div class="mbsc-col-sm-12 mbsc-col-md-4">
<div class="mbsc-form-group">
<h4>From fonts to printer ink</h4>
<p>
Changing fonts can save printer ink. People create different kinds of fonts for all kinds of reasons. The theory is, if you use a 'lighter' font, you'll use slightly less ink per page. With this method you'll likely save about 10 per cent ink.
</p>
<a class="mbsc-btn" target="_blank" href="https://economictimes.indiatimes.com/slideshows/tech-life/12-weird-but-true-facts-about-technology/changing-fonts-can-save-printer-ink/slideshow/51419400.cms">Read more</a>
</div>
</div>
<div class="mbsc-col-sm-12 mbsc-col-md-4">
<div class="mbsc-form-group">
<h4>Email before the WWW</h4>
<p>
There's an interesting clip on YouTube: "How to send an Email – Database – 1984". This was from a tech TV show called Database and the presenters demonstrated what it took to actually send an email back in those days.
</p>
<a class="mbsc-btn" target="_blank" href="https://economictimes.indiatimes.com/slideshows/tech-life/12-weird-but-true-facts-about-technology/email-existed-before-the-world-wide-web/slideshow/51419395.cms">Read more</a>
</div>
</div>
<div class="mbsc-col-sm-12 mbsc-col-md-4">
<div class="mbsc-form-group">
<h4>QWERTY layout</h4>
<p>
There are actually two theories. The first says that QWERTY placed common alphabets at a distance from each other to slow typists down. Another theory is that telegraph operators designed it because it was easier to decipher Morse code.
</p>
<a class="mbsc-btn" target="_blank" href="https://economictimes.indiatimes.com/slideshows/tech-life/12-weird-but-true-facts-about-technology/email-existed-before-the-world-wide-web/slideshow/51419395.cms">Read more</a>
</div>
</div>
</div>
<div class="mbsc-row mbsc-justify-content-between">
<div class="mbsc-col-sm-12 mbsc-col-md-4">
<div class="mbsc-form-group">
<h4>Digital currency</h4>
<p>
92% of the world's currency is digital. This means that most of the money you earn exists only on computers and hard drives. This low percentage seems absurd but actually it makes sense considering that most large transactions are done electronically
anyway.
</p>
<a class="mbsc-btn" target="_blank" href="https://economictimes.indiatimes.com/slideshows/tech-life/12-weird-but-true-facts-about-technology/92-per-cent-of-the-worlds-currency-is-digital/slideshow/51419408.cms">Read more</a>
</div>
</div>
<div class="mbsc-col-sm-12 mbsc-col-md-4">
<div class="mbsc-form-group">
<h4>Free domains</h4>
<p>
Domain name registrations were free until 1995. This was a huge opportunity for people to own all kinds of do domain names. It was in 1995 that a company called Network Solutions was granted the rights to charge people for domain names.
</p>
<a class="mbsc-btn" target="_blank" href="https://economictimes.indiatimes.com/slideshows/tech-life/12-weird-but-true-facts-about-technology/domain-name-registrations-were-free-till-1995/slideshow/51419397.cms">Read more</a>
</div>
</div>
<div class="mbsc-col-sm-12 mbsc-col-md-4">
<div class="mbsc-form-group">
<h4>Data weight</h4>
<p>
In 1956, 5 megabytes (5MB) of data weighed a ton. It was 1956 when IBM launched RAMAC, the first computer with something like a hard drive that we use today. The whole cabinet weighed over 1000kg and the 5MP data was spread over 50 huge aluminium disks.
</p>
<a class="mbsc-btn" target="_blank" href="https://economictimes.indiatimes.com/slideshows/tech-life/12-weird-but-true-facts-about-technology/in-1956-5-megabytes-5mb-of-data-weighed-a-ton/slideshow/51419398.cms">Read more</a>
</div>
</div>
</div>
<div class="mbsc-row mbsc-justify-content-between">
<div class="mbsc-col-sm-12 mbsc-col-md-4">
<div class="mbsc-form-group">
<h4>The Mouse</h4>
<p>
When the first pointing device was invented in the early 60's by Douglas Engelbart and Bill English, it was called the X-Y Position Indicator for Display Systems. In 1968, Engelbart showed off word processing, graphics, windows, file linking and control
using a 'mouse'.
</p>
<a class="mbsc-btn" target="_blank" href="https://economictimes.indiatimes.com/slideshows/tech-life/12-weird-but-true-facts-about-technology/russia-built-a-computer-that-ran-on-water-in-1936/slideshow/51419406.cms">Read more</a>
</div>
</div>
<div class="mbsc-col-sm-12 mbsc-col-md-4">
<div class="mbsc-form-group">
<h4>Computer on water</h4>
<p>
Before the miniaturisation of transistors, computers had a much more visible system of counting and needed some sort of power source to function. Vladimir Lukyanov built something like this in 1936 but he used water to create a computer that solved partial
differential equations.
</p>
<a class="mbsc-btn" target="_blank" href="https://economictimes.indiatimes.com/slideshows/tech-life/12-weird-but-true-facts-about-technology/russia-built-a-computer-that-ran-on-water-in-1936/slideshow/51419406.cms">Read more</a>
</div>
</div>
<div class="mbsc-col-sm-12 mbsc-col-md-4">
<div class="mbsc-form-group">
<h4>Wikipedia bots</h4>
<p>
Wikipedia's mission is to make knowledge freely available to anyone. However, anyone with internet can alsoe dit pages – which results in what they call vandalism. The bots keep a track of all changes made and instantly revert
back to the 'correct' version.
</p>
<a class="mbsc-btn" target="_blank" href="https://economictimes.indiatimes.com/slideshows/tech-life/12-weird-but-true-facts-about-technology/wikipedia-needs-an-army-of-anti-vandal-bots/slideshow/51419401.cms">Read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
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.
All
Framework license
Get all 36 components, including
Framework license
Get all 36 components, including
- Use it when building with plain and simple JS
- Compatible with vanilla JS app or frameworks like Vue
- Royalty-free commercial usage
- Technical support is included with the license
- Use it with jQuery and jQuery Mobile
- Enjoy the familiar API if you already use jQuery
- Royalty-free commercial usage
- Technical support is included with the license
- Use it with Angular JS and Ionic 1
- For web and mobile apps based on Angular 1.x
- Royalty-free commercial usage
- Technical support is included with the license
- Use it with Angular and Ionic 2/3/4
- Visual Studio and VS Code integration
- Royalty-free commercial usage
- Technical support is included with the license
- Use it when building with React JS
- Collection of UI components for web and mobile
- Royalty-free commercial usage
- Technical support is included with the license
Framework license
Select the development framework you are using. Get all 36 components with the license.
- Use it when building with plain and simple JS
- Compatible with vanilla JS app or frameworks like Vue
- Royalty-free commercial usage
- Technical support is included with the license
- Use it with jQuery and jQuery Mobile
- Enjoy the familiar API if you already use jQuery
- Royalty-free commercial usage
- Technical support is included with the license
- Use it with Angular JS and Ionic 1
- For web and mobile apps based on Angular 1.x
- Royalty-free commercial usage
- Technical support is included with the license
- Use it with Angular and Ionic 2/3/4
- Visual Studio and VS Code integration
- Royalty-free commercial usage
- Technical support is included with the license
- Use it when building with React JS
- Collection of UI components for web and mobile
- Royalty-free commercial usage
- Technical support is included with the license
Select the framework you are interested in
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/9 or Ionic 2/3/4.
Use it when you are building your app or website with React.
Do you need additional support seats?
The license comes with one support seat. ( +$100/seat )
Add the source code?
What framework are you using?
We have to set you up with a trial for this to run 👍
Step 1.Install the Mobiscroll CLI from npm
$ npm install -g @mobiscroll/cli
The CLI makes configuring your apps super simple 👍
Step 2.Run the following command in the root folder of your Ionic project
$ mobiscroll config ionic
$ mobiscroll config ionic --lite
You will be prompted to log in with your mobiscroll account. Set your password here
Create an Ionic 3 & Mobiscroll starter with the CLI:
Run this command for Ionic 4 & Mobiscroll starter:
Step 3.Copy the code into your app.
Step 4.Run ionic serve in the root folder of your app 🎉
$ ionic serve
And voilà, everything should be running smoothly.
Step 1.Install the Mobiscroll CLI from npm
$ npm install -g @mobiscroll/cli
The CLI makes configuring your apps super simple 👍
Step 2.Run the following command in the root folder of your Angular project
$ mobiscroll config angular
$ mobiscroll config angular --lite
You will be prompted to log in with your mobiscroll account. Set your password here
Step 3.Copy the code into your app. HTML goes into the markup, TS into Typescript.
Step 4.Run ng serve in the root folder of your app 🎉
$ ng serve
And voilà, everything should be running smoothly.
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.
$ npm install
$ ionic serve
Let us know if we can help and enjoy!
Your password has been changed!
Everything is set up so that you can dig in right away and start exploring.
Please extract the zip file and simply open the demos in your favorite browser.
For instructions on how to install Mobiscroll in your project
follow this guide.
Let us know if we can help and enjoy!
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.
$ npm install
$ ng serve --open
Let us know if we can help and enjoy! 👍
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.
The demos are using Babel's in-browser ES6 and JSX transformer.
Please extract the zip file and open the demos in your browser.
For instructions on how to install Mobiscroll in your project
follow this guide.
Let us know if we can help and enjoy!