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

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

folding split component for mofron
https://github.com/simpart/mofron-comp-fdsplit

Last synced: 6 months ago
JSON representation

folding split component for mofron

Awesome Lists containing this project

README

          

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

folding split component for mofron

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

# Sample
```html

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 |