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
- Host: GitHub
- URL: https://github.com/simpart/mofron-comp-prjtop
- Owner: simpart
- License: mit
- Created: 2018-07-05T23:46:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T00:04:09.000Z (over 5 years ago)
- Last Synced: 2025-10-06T20:14:19.584Z (9 months ago)
- Language: JavaScript
- Size: 19.5 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-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 |