0.0.10 • Published 6 years ago
mofron-comp-fdsplit v0.0.10
mofron-comp-fdsplit
mofron is module based frontend framework.
folding split component for mofron
Install
npm install mofron mofron-comp-fdsplitSample
<require>
<tag module="mofron-comp-fdsplit">Split</tag>
</require>
<Split ratio=(30,70)>
<div baseColor="#faf5f5"></div>
<div baseColor="#e6e6fa"></div>
</Split>Parameter
| SimpleParam | 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 |