Skip to content

simpart/mofron-comp-prjtop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mofron-comp-prjtop

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

<setting>
    <tag load="mofron-comp-appbase">AppBase</tag>
    <tag load="mofron-comp-prjtop">PrjTop</tag>
</setting>

<AppBase>
    <PrjTop text="Project Top Page">
        <button url="./">Get Started</button>
    </PrjTop>
</AppBase>

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

About

project top component for mofron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published