Memory Usage
CPU Usage
Disk Usage
Daily Traffic
Play an alert sound everytime there is a new notification.
Sign in using a two step verification by sending a verification code to your phone.
Allowing us to access your location
Enables you to send us news and updates send straight to your email.
Documentation and examples for adding tooltips & popovers, like those found in iOS, to any element on your site.
Four options are available: top, right, bottom, and left aligned.
Static Demo
Live Demo
Source Code
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="Tooltip on top">
Hover me
</button>
Required Attributes
Attribute | Value |
---|---|
data-placement="[value]" |
top | bottom | left | right |
title="[value]" |
Any title value that you have in mind. |
Documentation and examples for adding Bootstrap popovers, like those found in iOS, to any element on your site.
Static Demo
Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
Live Demo
Source Code
<button type="button" class="btn btn-secondary"
data-container="body" data-toggle="popover" data-popover-color="default" data-placement="top" title="Popover top"
data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Click me</button>