Skip to main content
Designkufu

smarthr-ui-app-launcher

【非推奨】AppLauncherは、Header内に配置されるSmartHRの複数のアプリケーション間を遷移するためのランチャーコンポーネントです。

Stars
30
Source
kufu/smarthr-design-system
Updated
2026-05-29
Slug
kufu--smarthr-design-system--smarthr-ui-app-launcher
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-app-launcher/SKILL.md -o .claude/skills/smarthr-ui-app-launcher.md

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

⚠️ 非推奨: AppLauncherは古いコンポーネントです。代わりにAppHeaderのアプリランチャー(features props)を使用してください。

Header内に配置されるSmartHRの複数のアプリケーション間を遷移するためのランチャーコンポーネントです。

SmartHRの複数のアプリケーション間を移動するためのランチャーコンポーネントです。

import

import { AppLauncher } from 'smarthr-ui'

Props

Props 名 デフォルト値 必須 説明
apps Category[] - -
urlToShowAll string - - -
triggerLabel ReactNode - - トリガーボタンのラベル。指定しない場合はIntlProviderから取得
enableNew boolean - - -

実装ルール

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

使い方チェックリスト

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