Skip to content

simpart/mofron-comp-winona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Short
Form
Parameter Name Type Description
text mixed string: button text contents
mofron-comp-text: button text component
mixed text component config
baseColor mixed (color) string: button background color name, #hex
array: [red, green, blue, (alpha)]
accentColor mixed (color) string: button background color name, #hex
array: [red, green, blue, (alpha)]
undefined: call as getter

About

winona style button component for mofron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published