UNPKG
monogon
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
Modern syntax highlighting for developer tooling
github.com/maybebot/monogon
maybebot/monogon
monogon
/
dist
/
frameworks
/
solid
/
MonogonCode.js
6 lines
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
import
'../../monogon-code.js'
;
export
default
function
(
{ content, lang, readonly, }
) {
// @ts-expect-error JSX not existing
return
<
monogon-code
attr:content
=
{content}
attr:lang
=
{lang}
attr:readonly
=
{readonly}
>
</
monogon-code
>
; }
//# sourceMappingURL=MonogonCode.js.map