Skip to content

Files

Latest commit

 

History

History
17 lines (11 loc) · 480 Bytes

File metadata and controls

17 lines (11 loc) · 480 Bytes

Usage

Overview

The usage guide is best described in the official component documentation.

The inclusion of this component adds the dependency on this component and provides some general examples of how it can be used.

In addition, it also extends the behaviour of the design component AppIcon with an extra model. See the example below.

Example

AppIcon(
    model = UrlModel("https://picsum.photos/id/1/200/300")
)