-
Notifications
You must be signed in to change notification settings - Fork 5
ボタンコンポーネントを追加 #234
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
ボタンコンポーネントを追加 #234
Conversation
"text-base font-bold", | ||
(disabled ? "text-[#CDCFD5]" : "text-[#131416]"), | ||
].join(" ") %> | ||
<button class="<%= button_classes %>" onclick="<%= onClick %>"> |
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.
disabled = true
の場合にbuttonのdisabled属性を付けたほうが良さそうです!
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.
arigataugozaimasu!
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.
:gogo:
#217