# Overview (/common-widget-features/basics)



A Widget is the **basic building block** of the LVGL user interface.

Examples of Widgets: [Base Widget (and Screen)](/widgets/base_widget),
[Button](/widgets/button), [Label](/widgets/label),
[Image](/widgets/image), [List](/widgets/list),
[Chart](/widgets/chart), and [Text Area](/widgets/textarea).

See [All Widgets](/widgets) to view all widget types.

The following pages will introduce features that are common to all widgets.
For example, any widget's size and position can be changed. They can have
styles, events, layouts, and many other features.
