Components

A collection of useful components to spice up the web.

Icons

Furatto includes 361 icons in font format from Font Awesome. Font awesome is an open-source project which provides you scalable vector icons that can be customized - size, color, or anything that you can do with CSS.

We provide some examples of icons for you to kick off and get started. For the complete documentation check Font Awesome.

  • .icon-user
  • .icon-cog
  • .icon-warning-sign
  • .icon-thumbs-up
  • .icon-cogs
  • .icon-comment
  • .icon-envelope
  • .icon-flag
  • .icon-inbox
  • .icon-info-sign
  • .icon-refresh
  • .icon-remove
  • .icon-star
  • .icon-tag
  • .icon-unlock-alt
  • .icon-file
  • .icon-link
  • .icon-desktop
  • .icon-heart
  • .icon-off
  • .icon-question-sign
  • .icon-trophy
  • .icon-female
  • .icon-male
  • .icon-asterisk
  • .icon-camera
  • .icon-calendar
  • .icon-cloud-upload
  • .icon-download-alt
  • .icon-home
  • .icon-map-marker
  • .icon-ok
  • .icon-time
  • .icon-wrench
  • .icon-trash
  • .icon-group
  • .icon-phone
  • .icon-facebook-sign
  • .icon-instagram
  • .icon-twitter

How to use

Furatto plays well with Font Awesome, to integrate it you just need to add the font-awesome.css file.

It is really easy to start using icons, just add the icon- prefix and the icon name you want to display as in icon-user.



Labels & Badges

Highlight important content, make notice of important announcements with labels or badges by adding the corresponding class name.

Labels

Label variation Markup
Default <span class="label">Default</span>
Primary <span class="label label-primary">Primary</span>
Success <span class="label label-success">Success</span>
Danger <span class="label label-danger">Danger</span>
Warning <span class="label label-warning">Warning</span>
Inverse <span class="label label-inverse">Inverse</span>
Info <span class="label label-info">Info</span>
Funky <span class="label label-funky">Funky</span>

Badges

Badge variation Markup
1 <span class="badge">1</span>
2 <span class="badge badge-primary">2</span>
3 <span class="badge badge-success">3</span>
4 <span class="badge badge-danger">4</span>
5 <span class="badge badge-warning">5</span>
6 <span class="badge badge-inverse">6</span>
7 <span class="badge badge-info">7</span>
8 <span class="badge badge-funky">8</span>

Alerts

Provide meaningful feedback messages across the website in response to user actions.

Wrap any text and an optional close button and one of the modifier class names. The default alert is a notice message with a light orange as background.

Hola mundo!

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Hola mundo!

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Hola mundo!

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Hola mundo!

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.