https://github.com/simpart/mofron-comp-aweicon
AweSome Icon of mofron UI parts
https://github.com/simpart/mofron-comp-aweicon
Last synced: 6 months ago
JSON representation
AweSome Icon of mofron UI parts
- Host: GitHub
- URL: https://github.com/simpart/mofron-comp-aweicon
- Owner: simpart
- License: mit
- Created: 2016-12-01T22:17:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T02:08:08.000Z (almost 6 years ago)
- Last Synced: 2025-10-11T08:42:48.483Z (9 months ago)
- Language: JavaScript
- Size: 17.6 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-aweicon
[mofron](https://mofron.github.io/mofron/) is module based frontend framework.
component for fontawesome icon
# Install
```
npm install mofron mofron-comp-aweicon
```
# Sample
```html
Icon
fas fa-angle-right
```
# Parameter
| Short
Form | Parameter Name | Type | Description |
|:-------------:|:---------------|:-----|:------------|
| | text | string | icon config |
| ◯ | icon | string | icon config |
| | link | string | link path |
| | | boolean | true: open link with new tab |
| | | | false: jump to link |