logo

FUSE

DOCS

PurchaseBack to the Dashboard

FuseHighlight

FuseHighlight is a custom-built Fuse component allows us to show syntax highlighted codes withPrismJS.

Usage
<FuseHighlight component="pre" className="language-html">
  <div className="title">
       <span>Example Title</span>
   </div>
</FuseHighlight>
Preview
<div className="title">
    <span>Example Title</span>
</div>