On this page
API Reference

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#

NameTypeDefaultDescription
titlestringnoneThe title text will show in the module header.
descriptionstringnoneThe description text will show in the page header.