https://github.com/robertvazan/meerkatwidgets
Java library of simple reactive HTML widgets for PushMode apps.
https://github.com/robertvazan/meerkatwidgets
hookless pushmode widgets-library
Last synced: 16 days ago
JSON representation
Java library of simple reactive HTML widgets for PushMode apps.
- Host: GitHub
- URL: https://github.com/robertvazan/meerkatwidgets
- Owner: robertvazan
- License: apache-2.0
- Created: 2023-09-20T10:23:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T21:40:51.000Z (over 2 years ago)
- Last Synced: 2025-03-05T17:24:25.074Z (over 1 year ago)
- Topics: hookless, pushmode, widgets-library
- Language: Java
- Homepage: https://meerkatwidgets.machinezoo.com/
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
# Meerkat Widgets
[](https://central.sonatype.com/artifact/com.machinezoo.meerkatwidgets/meerkatwidgets)
[](https://github.com/robertvazan/meerkatwidgets/actions/workflows/build.yml)
[](https://codecov.io/gh/robertvazan/meerkatwidgets)
Meerkat Widgets is a Java library of simple HTML widgets for [PushMode](https://pushmode.machinezoo.com/) applications.
All widgets are reactive via [Hookless](https://hookless.machinezoo.com/). Default CSS is provided.
Widgets are designed to require minimal configuration. Single input value can be often obtained via one-liner.
More on [homepage](https://meerkatwidgets.machinezoo.com/).
## Status
Experimental. [Stagean](https://stagean.machinezoo.com/) is used to track progress on class and method level.
## Getting started
See [homepage](https://meerkatwidgets.machinezoo.com/).
## Documentation
* [Homepage](https://meerkatwidgets.machinezoo.com/)
There is no javadoc yet. See [source code](src/main/java/com/machinezoo/meerkatwidgets) for available APIs.
## Feedback
Bug reports and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).
## License
Distributed under [Apache License 2.0](LICENSE).