A demo OTP application attempting to show the use of cellium from another project.
$ rebar3 compile
Run examples using:
$ make run example=customer_search
Available examples:
- customer_search
- customer_form
- results_list
This demo includes custom widgets not part of cellium:
results_list- Custom widget for displaying search results with keyboard navigation. Used in customer_search via{custom, results_list, [...]}syntax.