mofron-effect-textshadow
v0.0.2
Published
[mofron](https://mofron.github.io/mofron/) is module based frontend framework.
Readme
mofron-effect-textshadow
mofron is module based frontend framework.
text shadow effect modulw for mofron Text component
Install
npm install mofron mofron-effect-textshadowSample
<setting>
<tag load="mofron-comp-text">Text</tag>
<tag load="mofron-effect-textshadow">TxtShw</tag>
</setting>
<Text effect=TxtShw>Text Shadow</Text>Parameter
| ShortForm | Parameter Name | Type | Description | |:-------------:|:---------------|:-----|:------------| | ◯ | value | string | shadow size (css value) | | ◯ | color | mixed (color) | string: shadow color name, #hex | | | | | array: [red, green, blue, (alpha)] |
