mofron-comp-image
v0.4.1
Published
image component for mofron
Readme
mofron-comp-image
mofron is module based frontend framework.
image component for mofron
Install
npm install mofron mofron-comp-imageSample
<setting>
<tag load="mofron-comp-image">Image</tag>
</setting>
<Image size=(1.5rem,1.5rem)>./image.png</Image>Parameter
| ShortForm | Parameter Name | Type | Description | |:-------------:|:---------------|:-----|:------------| | ◯ | path | string | path to image | | | base64 | number | base64 image value | | | src | string | path to image file |
