【非推奨】Provides deprecated DatetimeLocalPicker component for date+time input. Guides migration to Input[type="datetime-local"].
How this skill is triggered — by the user, by Claude, or both
Slash command
/smarthr-design-system:smarthr-ui-datetime-local-pickerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> ⚠️ **非推奨**: DatetimeLocalPickerは非推奨です。Input[type="datetime-local"]を使ってください。
⚠️ 非推奨: DatetimeLocalPickerは非推奨です。Input[type="datetime-local"]を使ってください。
ユーザーに日付と時刻を指定させる際に使用するコンポーネントです。
import { DatetimeLocalPicker } from 'smarthr-ui'
| Props 名 | 型 | デフォルト値 | 必須 | 説明 |
|---|---|---|---|---|
| error | boolean | - | - | フォームにエラーがあるかどうか |
DatetimeLocalPicker に直接関連する eslint-plugin-smarthr のルールは現時点ではありません。
使い方チェックリスト(Layer 3)は設定されていません。
npx claudepluginhub kufu/smarthr-design-system --plugin smarthr-design-system【非推奨】TimePickerコンポーネントの使用方法を説明します。代わりにInput[type="time"]を使用してください。
Sets up MUI X Date/Time Pickers in React apps with adapters like dayjs, date-fns; configures DatePicker, TimePicker, DateTimePicker components.
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.