0.1.2 • Published 11 months ago

mofron-comp-link v0.1.2

Weekly downloads
8
License
MIT
Repository
github
Last release
11 months ago

mofron-comp-link

mofron is module based frontend framework.

link text component for mofron

jump to url when text clicked.

Install

npm install mofron mofron-comp-linktxt

Sample

<setting>
    <tag load="mofron-comp-link">Link</tag>
</setting>

<Link url="https://mofron.github.io/mofron/">Link Text</Link>

Parameter

ShortFormParameter NameTypeDescription
urlstringlink url
booleantrue: jump to url on new tab
false: jump to url on current tab