0.0.2 • Published 5 years ago
mofron-effect-textshadow v0.0.2
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) |