The Page component serves as the root-level container component for a page. Each page has one and only one Page component. The Page component provides the basic structure of the page, including elements such as the page title, status, and action area. Additionally, the Page component does not support nesting and can only be used at the root node of the page.
import { Page } from "wis/page";
API Reference#
Name | Type | Default | Description |
---|---|---|---|
title | string | none | The title text will show in the module header. |
description | string | none | The description text will show in the page header. |