Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: CheckBox の Story を見直し #5031

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

s-sasaki-0529
Copy link
Contributor

関連URL

概要

#4949 の方針に沿って、Checkbox の Story を見直しました。
(優先度的には Table が先だけど、 TdCheckbox とか含まれるから先に Checkbox やったほうが良さそうと判断)

変更内容

  • Checkbox の Story を見直し

確認方法

Storybook や Chromatic で確認してください。

checked: true,
mixed: true,
},
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mixed は checked ありきなので、ここだけ input 要素の props を指定しちゃってます。

Copy link

pkg-pr-new bot commented Oct 18, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/kufu/smarthr-ui@5031

commit: 27e2681

const mixed = [true, false]
const error = [true, false]
const disabled = [true, false]
const checked = [true, false]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

disabled / checked は Input 側の props だけど見た目に大きく影響を与えるので網羅します。

@s-sasaki-0529 s-sasaki-0529 marked this pull request as ready for review October 18, 2024 11:02
@s-sasaki-0529 s-sasaki-0529 requested a review from a team as a code owner October 18, 2024 11:02
@s-sasaki-0529 s-sasaki-0529 requested review from AtsushiM and atzzCokeK and removed request for a team October 18, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant