Page Components
Full-page layouts and page shell components
Components for full-page layouts and page structures.
Prerequisites
- Complete the installation
- Import styles:
import '@tetherto/mdk-react-devkit/styles.css'
Components
NotFoundPage
Full-page 404 view with a heading, supporting copy, and a primary call-to-action back to safety.
agent-ready
Props
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
onGoHome | VoidFunction | undefined | - | Callback fired when the "Go Home" button is clicked | |
title | string | undefined | "404" | Page title | |
message | string | undefined | "The page you are looking for does not exist." | Message displayed below the title | |
className | string | undefined | - | Additional CSS class name |