Sha256: 6d96ac93eae3ae0cdeb800a889decf7409258edc6aa48951ccb196c78419360d

Contents?: true

Size: 263 Bytes

Versions: 6

Compression:

Stored size: 263 Bytes

Contents

Rev.registerComponent 'FontIcon',
  render: ->
    console.warn('Warning: FontIcon is deprecated, use the Icon component instead')
    classes =
      "RevFontIcon": true
    classes["fi-#{@props.type}"] = true
    <i {...@props} className={@classAdd classes} />

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
revelry_core-0.1.12.6 app/assets/javascripts/revelry/ui/formatting/FontIcon.js.cjsx
revelry_core-0.1.12.5 app/assets/javascripts/revelry/ui/formatting/FontIcon.js.cjsx
revelry_core-0.1.12.4 app/assets/javascripts/revelry/ui/formatting/FontIcon.js.cjsx
revelry_core-0.1.12.3 app/assets/javascripts/revelry/ui/formatting/FontIcon.js.cjsx
revelry_core-0.1.12.2 app/assets/javascripts/revelry/ui/formatting/FontIcon.js.cjsx
revelry_core-0.1.12.0 app/assets/javascripts/revelry/ui/formatting/FontIcon.js.cjsx