0.0.5 • Published 3 years ago

mofron-comp-codeprettify v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

mofron-comp-codeprettify

mofron is module based frontend framework.

text component for code-prettify

Install

npm install mofron mofron-comp-codeprettify

Sample

<setting>
    <tag load="mofron-comp-codeprettify">Code</tag>
</setting>

<Code lang="py">print("CodePrettify Component")</Code>

Parameter

ShortFormParameter NameTypeDescription
textstringcode contents
undefined: call as getter
langstringlang type (without 'lang-')
editablebooleantrue: code is editable
false: code is not editable
baseColormixed(color)string: button text color name, #hex
array: red, green, blue, (alpha)
key-valuestyle option
widthstring (size)width
undefined: call as getter
dictset size option
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago