mofron-comp-linktxt
v0.3.2
Published
link text component for mofron
Downloads
26
Readme
mofron-comp-linktxt
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-linktxt">Link</tag>
</setting>
<Link url="https://mofron.github.io/mofron/">Link Text</Link>
Parameter
| ShortForm | Parameter Name | Type | Description | |:-------------:|:---------------|:-----|:------------| | ◯ | url | string | link url | | | | boolean | true: jump to url on new tab | | | | | false: jump to url on current tab |