-
Notifications
You must be signed in to change notification settings - Fork 142
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: RadioButton の Story を見直し #5063
Conversation
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一点だけコメントしました!あとは良さそうです!
render: (args) => <RadioButtonPanel {...args} />, | ||
args: { | ||
children: 'ラジオボタンパネル', | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここ、as
の定義がないと Playground とか Controls 全般でクラッシュしちゃいます ><
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修正しました! 8e3af66
関連URL
https://smarthr.atlassian.net/browse/SHRUI-1103
概要
#4949 の方針に沿って RadioButton と RadioButtonPanel の Story を見直しました。
変更内容
確認方法
Storybook や Chromatic で確認してください。