# Overview

This library contains some widgets, some containers and some utilities to
create other widgets.

Here is a summary of the packages:

* `ej.widget.basic`: Contains basic widgets.
* `ej.widget.color`: Contains color utilities.
* `ej.widget.container`: Contains containers.
* `ej.widget.debug`: Contains debug utilities.
* `ej.widget.event`: Contains event utilities.
* `ej.widget.font`: Contains font utilities.
* `ej.widget.motion`: Contains motion utilities.
* `ej.widget.render`: Contains render utilities.
* `ej.widget.swipe`: Contains swipe utilities.

# Usage

Add the following line to your `module.ivy`:

    <dependency org="ej.library.ui" name="widget" rev="5.1.0"/>

or add the following line to your `build.gradle.kts`:

    implementation("ej.library.ui:widget:5.1.0")

# Requirements

This library requires the following Foundation Libraries:

    - EDC-1.3 or higher.
    - BON-1.4 or higher.
    - MICROUI-3.1 or higher.
    - DRAWING-1.0 or higher.

# Dependencies

_All dependencies are retrieved transitively by MicroEJ Module Manager_.

# Source

N/A

# Restrictions

None.

---  
_Copyright 2018-2024 MicroEJ Corp. All rights reserved._  
_This library is provided in source code for use, modification and test, subject to license terms._  
_Any modification of the source code will break MicroEJ Corp. warranties on the whole library._  
