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

https://github.com/simpart/mofron-comp-prjtop

project top component for mofron
https://github.com/simpart/mofron-comp-prjtop

Last synced: 6 months ago
JSON representation

project top component for mofron

Awesome Lists containing this project

README

          

# mofron-comp-prjtop
[mofron](https://mofron.github.io/mofron/) is module based frontend framework.

project component for mofron

it makes easy to build project top contents

# Install
```
npm install mofron mofron-comp-prjtop
```

# Sample
```html

AppBase
PrjTop


Get Started

```

# Parameter

| Short
Form | Parameter Name | Type | Description |
|:-------------:|:---------------|:-----|:------------|
| | image | mixed | string: path to image |
| | | | mofron-comp-image: replace image component |
| | | dict | config for image component |
| ◯ | text | mixed | string: phrase text |
| | | | mofron-comp-text: replace text component |
| | | dict | config for text component |
| | text2 | mixed | string: phrase text |
| | | | mofron-comp-text: replace text component |
| | | dict | config for text component |
| | button | mixed | mofron-comp-button: replace button component |
| | | | string: button text |
| | | dict | config for buttom component |
| | | | url: set jump url (default is './') |
| | offset | string (size) | offset size |