wc-hljs
v0.0.0
Published
web component highlight.js
Downloads
8
Maintainers
Readme
wc-hljs
⚙️ Installation
npm
npm i wc-hljs highlight.js solid-js solid-element
🚀 Example
import 'wc-hljs'
function App() {
return (
<wc-hljs lang="javascript" code={`console.log('Hello World')`} theme='github-dark' />
)
}