UNPKG

@gechiui/components

Version:
22 lines (12 loc) 744 B
# `NavigatorScreen` <div class="callout callout-alert"> This feature is still experimental. “Experimental” means this is an early implementation subject to drastic and breaking changes. </div> The `NavigatorScreen` component represents a single view/screen/panel/menu and is supposed to be used in combination with [the `NavigatorProvider` component](/packages/components/src/navigator/navigator-provider/README.md). ## Usage Refer to [the `NavigatorProvider` component](/packages/components/src/navigator/navigator-provider/README.md#usage) for a usage example. ## Props The component accepts the following props: ### `path`: `string` The screen's path, matched against the current path stored in the navigator. - Required: Yes