-
Notifications
You must be signed in to change notification settings - Fork 3
Displaying code inside a mobile app
Håvard Moås edited this page Dec 20, 2024
·
5 revisions
You might want to display code inside your mobile app for people to see. To do this, you can use our syntax highlighting components.
To display Json content for people, use the <JsonViewer/>. This will display a web view with a javascript library for people to interact with.
<dui:JsonViewer Json="{Binding MyJson" />Inspect the components properties class to further customize and use it.
Components
- Buttons
- Checkboxes
- Chip
- CollectionView
- Content control
- Context Menus
- Counters
- Divider
- Labels
- ListItem
- Pickers
- SaveView
- SortControl
- Tag
- TextFields
- Toolbar
Feedback & State
Guides
Interaction & Accessibility
Layout & Navigation
Media
Styling & Resources