uce-highlight

0.1.10 • Public • Published

uce-highlight

A component that helps editing and highlighting code on a page, mainly suitable for admin/editing areas.

Live demo

Please note, if highlight.js is not provided (both JS and style) it will be downloaded automatically once one component is found on the page.

<pre><code
  is="uce-highlight"
  lang="javascript"
  theme="tomorrow-night"
  spellcheck="false"
>
  // lang is any highlight.js compatible language
  // theme is any highlight.js theme name
  // https://cdnjs.com/libraries/highlight.js
  console.log('uce-highlight');
</code></pre>

Package Sidebar

Install

npm i uce-highlight

Weekly Downloads

244

Version

0.1.10

License

ISC

Unpacked Size

32.5 kB

Total Files

11

Last publish

Collaborators

  • webreflection