-
Notifications
You must be signed in to change notification settings - Fork 3
Chip
Vetle444 edited this page May 31, 2023
·
6 revisions
A Chip is a compact element that represents e.g. input, attribute or an action.
iOS does not have a concept of Chips, thus, this is implemented using UIButton.
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}" />Inspect the components properties class to further customize and use it.