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

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

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 |