0.0.4 • Published 4 years ago

mofron-comp-winona v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

mofron-comp-winona

mofron is module based frontend framework.

winona button component for mofron

this source based on the codrops: https://github.com/codrops/ButtonStylesInspiration

Install

npm install mofron mofron-comp-winona

Sample

<setting>
    <tag load="mofron-comp-winona">Button</tag>
</setting>

<Button size=(2rem,0.5rem) color=("#787878","#f0e6fa","#af6cf2")>
    <text>Test</text>
</Button>

Parameter

ShortFormParameter NameTypeDescription
textmixedstring: button text contents
mofron-comp-text: button text component
mixedtext component config
baseColormixed (color)string: button background color name, #hex
array: red, green, blue, (alpha)
accentColormixed (color)string: button background color name, #hex
array: red, green, blue, (alpha)
undefined: call as getter
0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago