Skip to content

Latest commit

 

History

History

title.reel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Title

Text

The Title component is a block element with a bold weight.

How to use

"title": {
    "prototype": "digit/ui/title.reel",
    "properties": {
        "element": {"#": "title"}
    }
}
<h3 data-montage-id="title"></h3>

Available properties

  • value - The text of the Title component.

Customizing with CSS

  • .digit-Title - The Title element
.digit-Title {
    color: red;
}

Browser support

  • Chrome (latest)
  • Firefox (latest)
  • Opera (latest)
  • IE 10+
  • Safari 7+