https://github.com/helpfulscripts/hswidget
Provides various UI widgets for use with mithril. See:
https://github.com/helpfulscripts/hswidget
es6 hsdocs mithriljs typescript ui-widgets
Last synced: 2 months ago
JSON representation
Provides various UI widgets for use with mithril. See:
- Host: GitHub
- URL: https://github.com/helpfulscripts/hswidget
- Owner: HelpfulScripts
- License: mit
- Created: 2018-06-03T00:15:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T16:49:07.000Z (over 3 years ago)
- Last Synced: 2025-02-18T06:37:23.297Z (3 months ago)
- Topics: es6, hsdocs, mithriljs, typescript, ui-widgets
- Language: TypeScript
- Homepage: https://helpfulscripts.github.io/hsWidget/#!/api/hsWidget/0
- Size: 24.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hsWidget
========
[](https://www.npmjs.com/package/hswidget)
[](https://badge.fury.io/js/hswidget)
[](https://helpfulscripts.github.io/hsWidget/#!/api/hsWidget/0)
[](https://github.com/HelpfulScripts/hsWidget/)
[](https://codecov.io/gh/HelpfulScripts/hsWidget)
[](https://snyk.io/test/github/HelpfulScripts/hsWidget?targetFile=package.json)
[](https://david-dm.org/helpfulscripts/hswidget)Helpful Scripts UI widgets.
**hsWidget** Provides various UI widgets for use with mithril:
## Widgets
- [Menu](https://helpfulscripts.github.io/hsWidget/#!/api/hsWidget/hsWidget.Menu.Menu): A group of horizontal menu items that can trigger actions
- [Button](https://helpfulscripts.github.io/hsWidget/#!/api/hsWidget/hsWidget.Button.Button): A simple button widget
- [Collapsible](https://helpfulscripts.github.io/hsWidget/#!/api/hsWidget/hsWidget.Collapsible): A panel that will expand znd collapse when the title is clicked
- [Modal]((https://helpfulscripts.github.io/hsWidget/#!/api/hsWidget/hsWidget.Modal): A modal panel that will cover the entire window until released.
- [AddButton](https://helpfulscripts.github.io/hsWidget/#!/api/hsWidget/hsWidget.AddRemove): An inline `+` button that will open a form for adding new elements.
- [RemoveButton](https://helpfulscripts.github.io/hsWidget/#!/api/hsWidget/hsWidget.AddRemove): An inline `-` button that will remove an item.
- [TypeAhead](https://helpfulscripts.github.io/hsWidget/#!/api/hsWidget/hsWidget.TypeAhead): A TypeAhead search input form.
- [Slider](https://helpfulscripts.github.io/hsWidget/#!/api/hsWidget/hsWidget.Slider): A nominal or continuous slider.## Installation
`npm i hswidget`