0.1.10 • Published 4 years ago

uce-highlight v0.1.10

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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>
0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago