-
Notifications
You must be signed in to change notification settings - Fork 21
Labels
good first issueGood for newcomersGood for newcomersrequestThis is a request from a contributor outside of the core team.This is a request from a contributor outside of the core team.β¨ feature
Milestone
Description
β¨ 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
- Storybook v9.1: Patterns / Error page (mentioned above)
- Figma: Layout Examples Next Level / Error pages (V1)
π Describe alternatives you've considered
None, the idea is very good.
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersrequestThis is a request from a contributor outside of the core team.This is a request from a contributor outside of the core team.β¨ feature
Type
Projects
Status
π§ In Review