Guide applies to: modern

    We will use a TabPanel as our hosting “mainView” component. It will be the outermost container for all child components implemented in the app.

    The tabs in a Tab panel employ a card layout, meaning amongst multiple views that are available, only one tab’s view is seen at a time.

    We will have two tabs in the tab panel, one corresponding to the Dataview for our Thumbnails

    Tab Panel - 图1

    … and one corresponding to our Grid.

    Tab Panel - 图2