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

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.

Awesome Lists containing this project

README

          

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)

# Meerkat Widgets

[![Maven Central](https://img.shields.io/maven-central/v/com.machinezoo.meerkatwidgets/meerkatwidgets)](https://central.sonatype.com/artifact/com.machinezoo.meerkatwidgets/meerkatwidgets)
[![Build status](https://github.com/robertvazan/meerkatwidgets/workflows/build/badge.svg)](https://github.com/robertvazan/meerkatwidgets/actions/workflows/build.yml)
[![Test coverage](https://codecov.io/gh/robertvazan/meerkatwidgets/branch/master/graph/badge.svg)](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).