Skip to Content

View

The View component lets you group other components, apply specific layouts or styles, and enable scrolling or dynamic height changes within a defined area.

Usage Scenarios

Use the View component to:

  • Group multiple components into a single container to apply unified layout or style.
  • Enable horizontal scrolling for a specific area.
  • Enable vertical scrolling for a specific area.
  • Dynamically change the display height of content (e.g., expand/collapse sections).
Last updated on