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
- Host: GitHub
- URL: https://github.com/simpart/mofron-comp-fdsplit
- Owner: simpart
- License: mit
- Created: 2019-09-17T08:29:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T03:34:53.000Z (over 6 years ago)
- Last Synced: 2025-10-01T15:11:06.407Z (9 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |