mofron-comp-ujarakbtn
v0.7.3
Published
expansion button component for mofron
Readme
mofron-comp-button-ujarak
mofron is module based frontend framework.
ujarak button component for mofron
this source based on the codrops: https://github.com/codrops/ButtonStylesInspiration
Attention
- this component doesn't support baseColor function.
Install
npm install mofron mofron-comp-button-ujarakParameter
| ShortForm | Parameter Name | Type | Description | |:-------------:|:---------------|:-----|:------------| | | text | mixed | string: button text contents | | | | | mofron-comp-text: button text component | | | | | undefined: call as getter | | | mainColor | mixed (color) | string: button text color name, #hex | | | | | array: [red, green, blue, (alpha)] | | | | | undefined: calla as getter | | | | dict | style option | | | accentColor | mixed (color) | string: hover color name, #hex | | | | | array: [red, green, blue, (alpha)] | | | | | undefined: calla as getter |
