-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feat/kobayashi/creatingstories file/teacher #879
base: develop
Are you sure you want to change the base?
Conversation
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.
動作okでした!
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.
export default { | ||
title: 'FinanSu/teacher/AddModal', | ||
component: AddModal, | ||
argTypes: {}, |
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.
argTypes: {}, | |
argTypes: { | |
setShowModal: { | |
control: 'boolean', | |
defaultValue: false, | |
}, | |
}, |
booleanを切り替えできるようにしたいです。
対応Issue
resolve #0
概要
Teacherページに関連したコンポーネントをStorybook上に表示させる。
画面スクリーンショット等
テスト項目
備考