MDK Logo
ReferenceUIComponents

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

PropTypeRequiredDefaultDescription
onGoHomeVoidFunction | undefined-Callback fired when the "Go Home" button is clicked
titlestring | undefined"404"Page title
messagestring | undefined"The page you are looking for does not exist."Message displayed below the title
classNamestring | undefined-Additional CSS class name

On this page