Skip to main content
Designkufu

smarthr-ui-bottom-fixed-area

【非推奨】BottomFixedAreaは、画面下部に固定表示する領域のためのコンポーネントです。

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

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

⚠️ 非推奨: FloatAreaと役割が重複しているためBottomFixedAreaは非推奨です。より柔軟に使えるFloatAreaを使ってください。

画面下部に固定表示する領域のためのコンポーネントです。

画面下部に固定で表示する操作パネルです。主にモーダルなUI(https://smarthr.design/products/design-patterns/modal-ui/)を作るために使います。

import

import { BottomFixedArea } from 'smarthr-ui'

Props

Props 名 デフォルト値 必須 説明
description ReactNode - - この領域の説明
primaryButton FunctionComponentElement | FunctionComponentElement - - 表示する Button または AnchorButtonvariant="primary" である必要がある)
secondaryButton FunctionComponentElement | FunctionComponentElement - - 表示する Button または AnchorButtonvariant="secondary" である必要がある)
tertiaryLinks (Omit<DetailedHTMLProps<ButtonHTMLAttributes, HTMLButtonElement>, "ref"> & { ...; } & { ...; })[] - - 表示する tertialy link のプロパティの配列
zIndex number - - コンポーネントに適用する z-index 値
ref Ref - - -

実装ルール

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

使い方チェックリスト

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