https://github.com/simpart/mofron-comp-yndialog
yes/no dialog component for mofron
https://github.com/simpart/mofron-comp-yndialog
Last synced: 6 months ago
JSON representation
yes/no dialog component for mofron
- Host: GitHub
- URL: https://github.com/simpart/mofron-comp-yndialog
- Owner: simpart
- License: mit
- Created: 2022-04-17T02:12:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T02:33:35.000Z (about 4 years ago)
- Last Synced: 2025-10-24T03:57:42.603Z (9 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mofron-comp-jspreadsheet
[mofron](https://mofron.github.io/mofron/) is module based frontend framework.
jspreadsheet component for mofron
# Install
```
npm install mofron mofron-comp-jspreadsheet
```
# Parameter
| Short
Form | Parameter Name | Type | Description |
|:-------------:|:---------------|:-----|:------------|
| | buttonText | mixed | string: yes button text |
| | | | mofron-comp-text: yes button text component |
| | | mixed | string: no button text |
| | | | mofron-comp-text: no button text component |
| | text | mixed | string: message text |
| | | | mofron-comp-text: text component for message |
| | | dict | component config |