List of views
Use the components named view.*
for the elements displayed in the interface, such as text, list, audio player, or image. The user can't change these components. Use the data entry components (fields) where you want users to enter something.
view.alert. The component creates a color block to highlight important information.
view.audio. The component plays audio.
view.collapse. Expandable block.
view.device-frame. Wraps the content of a component in a frame that is similar to a mobile phone. You can place other components inside the frame.
view.divider. Horizontal delimiter.
view.group. Groups components visually into framed blocks.
view.iframe. Displays the web page at the URL in an iframe window.
view.image. Displays an image.
view.labeled-list. Displaying components as a list with labels placed on the left.
view.link. Universal way to add a link.
view.link-group. Puts links into groups.
view.list. Block for displaying data in a list.
view.markdown. Block for displaying text in Markdown.
view.text. Block for displaying text.
view.video. Player for video playback.