Skip to content

Add additional error page templatesΒ #5847

@gfellerph

Description

@gfellerph

✨ Is your feature request related to a problem? Please describe it.

There's a template for 404 not found pages with a nice graphic and example markup for how to create this in a project: Storybook v9.1 / Patterns / Error page .

πŸ’‘ Describe the solution you'd like

There are other types of errors. It would be super nice to have respective graphics and maybe some text ideas and a template to copy&paste for easy implementation.

Error pages should use palettes to set their background, containers and grid to align their content, like so:

<div class="palette palette-brand">
  <div class="container">
    <div class="row row-cols-1 row-cols-lg-2">
      <div class="col">
        <!-- Content -->
      </div>
      <div class="col">
        <!-- Image -->
      </div>
    </div>
</div>

πŸ“– References

πŸ”„ Describe alternatives you've considered

None, the idea is very good.

Sub-issues

Metadata

Metadata

Assignees

Labels

good first issueGood for newcomersrequestThis is a request from a contributor outside of the core team.✨ feature

Type

Projects

Status

🧐 In Review

Relationships

None yet

Development

No branches or pull requests

Issue actions