Skip to content
Vetle444 edited this page May 31, 2023 · 6 revisions

A Chip is a compact element that represents e.g. input, attribute or an action.

Inspiration

Material Design 2 - Chips

Remarks

iOS does not have a concept of Chips, thus, this is implemented using UIButton.

Usage

In the following example the title of the Chip is bound. Furthermore a Command is also bound to make something happen when you tap on the Chip.

<dui:Chip Title="Tap me"
          Command="{Binding Something}" />

Properties

Inspect the components properties class to further customize and use it.

Clone this wiki locally