Skip to main content
Designkufu

smarthr-ui-not-found-error-screen

NotFoundErrorScreenは、存在しないページであることを表示する全画面コンポーネントです。404相当のエラーを伝えるときに使います。

Stars
30
Source
kufu/smarthr-design-system
Updated
2026-05-29
Slug
kufu--smarthr-design-system--smarthr-ui-not-found-error-screen
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/kufu/smarthr-design-system/HEAD/plugins/smarthr-design-system/skills/smarthr-ui-not-found-error-screen/SKILL.md -o .claude/skills/smarthr-ui-not-found-error-screen.md

Drops the SKILL.md into .claude/skills/smarthr-ui-not-found-error-screen.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

存在しないページであることを表示する全画面コンポーネントです。404相当のエラーを伝えるときに使います。

ユーザーが存在しないページにアクセスした場合、ページ自体が移動・削除された可能性の提示と、アプリケーションのホームへ戻るリンクを表示します。

import

import { NotFoundErrorScreen } from 'smarthr-ui'

Props

Props 名 デフォルト値 必須 説明
homeUrl string - -

実装ルール

NotFoundErrorScreen に直接関連する eslint-plugin-smarthr のルールは現時点ではありません。

使い方チェックリスト

使い方チェックリスト(Layer 3)は設定されていません。