https://github.com/simpart/mofron-comp-winona
winona style button component for mofron
https://github.com/simpart/mofron-comp-winona
Last synced: 6 months ago
JSON representation
winona style button component for mofron
- Host: GitHub
- URL: https://github.com/simpart/mofron-comp-winona
- Owner: simpart
- License: mit
- Created: 2020-08-12T02:22:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T06:52:45.000Z (over 5 years ago)
- Last Synced: 2025-09-19T12:22:03.922Z (10 months ago)
- Language: CSS
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mofron-comp-winona
[mofron](https://mofron.github.io/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
```html
Button
Test
```
# 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 |