Navigates between SmartHR applications via a launcher in the header. Deprecated — use AppHeader's app launcher instead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/smarthr-design-system:smarthr-ui-app-launcherThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> ⚠️ **非推奨**: AppLauncherは古いコンポーネントです。代わりにAppHeaderのアプリランチャー(features props)を使用してください。
⚠️ 非推奨: AppLauncherは古いコンポーネントです。代わりにAppHeaderのアプリランチャー(features props)を使用してください。
Header内に配置されるSmartHRの複数のアプリケーション間を遷移するためのランチャーコンポーネントです。
SmartHRの複数のアプリケーション間を移動するためのランチャーコンポーネントです。
import { AppLauncher } from 'smarthr-ui'
| Props 名 | 型 | デフォルト値 | 必須 | 説明 |
|---|---|---|---|---|
| apps | Category[] | - | ✓ | - |
| urlToShowAll | string | - | - | - |
| triggerLabel | ReactNode | - | - | トリガーボタンのラベル。指定しない場合はIntlProviderから取得 |
| enableNew | boolean | - | - | - |
AppLauncher に直接関連する eslint-plugin-smarthr のルールは現時点ではありません。
使い方チェックリスト(Layer 3)は設定されていません。
npx claudepluginhub kufu/smarthr-design-system --plugin smarthr-design-systemImplements app-level navigation using SmartHR UI's AppNavi component, with buttons, dropdowns, anchors, and custom tags for switching between major application features.
Creates and configures tab-based Salesforce Custom Applications with navigation, branding, and action overrides. Handles Lightning App metadata for organizing tabs and pages into focused apps.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.