mofron-comp-errmsg
v0.2.3
Published
error message component for mofron
Downloads
17
Readme
mofron-comp-errmsg
mofron is module based frontend framework.
error message component
message component with default mainColor config
Install
npm install mofron mofron-comp-errmsgSample
<setting>
<tag load="mofron-comp-errmsg">ErrMsg</tag>
</setting>
<script run=after>
emsg.visible(true);
</script>
<ErrMsg name=@emsg>error message</ErrMsg>Parameter
| ShortForm | Parameter Name | Type | Description | |:-------------:|:---------------|:-----|:------------| | ◯ | text | mixed | string: error message string | | | | | moforn-comp-text: error message text component | | | | | undefined: call as getter |
