Skip to main content
Designkufu

smarthr-ui-base-column

BaseColumnは、BaseやDialogの内部で視覚的に要素をグルーピングするコンポーネントです。Base内やダイアログコンテンツ内でコンテンツを囲んで「ブロック」領域として示すときに使います。

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

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

BaseやDialogの内部で視覚的に要素をグルーピングするコンポーネントです。Base内やダイアログコンテンツ内でコンテンツを囲んで「ブロック」領域として示すときに使います。

import

import { BaseColumn } from 'smarthr-ui'

Props

Props 名 デフォルト値 必須 説明
overflow "hidden" | "auto" | "clip" | "scroll" | "visible" | { x: "hidden" | "auto" | "clip" | "scroll" | "visible"; y: "hidden" | "auto" | "clip" | "scroll" | "visible"; } - - コンテンツが要素内に収まらない場合の処理方法
padding Gap | { block?: Gap; inline?: Gap; narrowModeBlock?: Gap; narrowModeInline?: Gap; } 1 - 境界とコンテンツの間の余白
rounded boolean | "all" | "top" | "bottom" | "left" | "right" - - -
bgColor "BACKGROUND" | "COLUMN" | "BASE_GREY" | "OVER_BACKGROUND" | "HEAD" | ... 他8個 - - -

実装ルール

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

使い方チェックリスト

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