Feedback
ChromeMessage
The surface for 404 and error screens: a $ command, an output line, a serif title, a note and an action. No hooks, so a server component can render it.
Preview
cat ./this-page
cat: ./this-page: No such file or directory
Page not found.
it moved, or it never existed
Installation
// Resolves dependencies, copies the source, and installs npm packages automatically.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| command | string | - | The command after the $ |
| accent | "brand" | "error" | "brand" | Color of the $ |
| output | string | - | A terminal output line |
| title | ReactNode | - | Serif h1 |
| note | ReactNode | - | Mono line under the title |
| action | ReactNode | - | A way back |