Sha256: 86c678c9fe6abd2cd5a21bc68e835fd056db47c2a665f762c2b4493457359dae
Contents?: true
Size: 795 Bytes
Versions: 20
Compression:
Stored size: 795 Bytes
Contents
h3 { 'icon()' } section { para { text_node "Font Awesome (FA) has over 600 icons for commercial use. To use FA icons in ExpressUI, use the" code { "icon" } text_node "component. Simply look for the FA class and append it as a value. No need to prepend the" code { ".fa-" } text_node "icon class as instructed in the FA document because ExpressUI already automatically prepends it. To know which classes to use, see the" a(href: 'http://fontawesome.io/icons/') { "Font Awesome documentation" } text_node "." } code_demo { %Q{ icon 'close' icon 'check' } } } h3 { 'icon_link()' } section { code_demo { %Q{ icon_link( 'cancel', text: 'View Site', href: '/', target: '_blank' ) } } }
Version data entries
20 entries across 20 versions & 1 rubygems