https://github.com/simpart/mofron-effect-hovercolor
hover color effect for mofron
https://github.com/simpart/mofron-effect-hovercolor
Last synced: 6 months ago
JSON representation
hover color effect for mofron
- Host: GitHub
- URL: https://github.com/simpart/mofron-effect-hovercolor
- Owner: simpart
- License: mit
- Created: 2019-10-07T06:55:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T07:12:09.000Z (almost 7 years ago)
- Last Synced: 2025-10-09T02:35:34.572Z (9 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mofron-effect-hovercolor
[mofron](https://mofron.github.io/mofron/) is module based frontend framework.
hover color effect for mofron
# Install
```
npm install mofron mofron-effect-hovercolor
```
# Sample
```html
Text
HovColor
Hover Color
```
# Parameter
|Simple
Param | Parameter Name | Type | Description |
|:--------------:|:---------------|:-----|:------------|
| | mainColor | color | hover in color |
| | | color | hover out color |
| | baseColor | color | hover in color |
| | | color | hover out color |
| | accentColor | color | hover in color |
| | | color | hover out color |