Skip to content

simpart/mofron-comp-fdsplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mofron-comp-fdsplit

mofron is module based frontend framework.

folding split component for mofron

Install

npm install mofron mofron-comp-fdsplit

Sample

<require>
    <tag module="mofron-comp-fdsplit">Split</tag>
</require>

<Split ratio=(30,70)>
    <div baseColor="#faf5f5"></div>
    <div baseColor="#e6e6fa"></div>
</Split>

Parameter

Simple
Param
Parameter Name Type Description
switch mofron-comp-switch folding switch component
folding boolean true: folding split component
false: unfolding split component
foldingEvent function event function
mixed event parameter
foldwid string (size) folding width
width string (size) split width
speed number folding speed

About

folding split component for mofron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published