mofron-comp-bgtext

backgrond text component for mofron


Keywords
mofron, front-end
License
MIT
Install
npm install mofron-comp-bgtext@0.1.0

Documentation

mofron-comp-bgtext

mofron is module based frontend framework.

background text component

it is easy to read on any background

Install

npm install mofron mofron-comp-bgtext

Sample

<setting>
    <tag load="mofron-comp-bgtext">Text</tag>
    <tag load="mofron-effect-syncwin">SyncWin</tag>
    <root-conf>
        <style>background:#aaa0b4;</style>
        <effect:SyncWin></effect:SyncWin>
    </root-conf>
</setting>
<Text size=0.5rem>background text</Text>