An open API service indexing awesome lists of open source software.

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

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 |