-
Notifications
You must be signed in to change notification settings - Fork 66
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(fab): add fab components #266
Conversation
src/fab/Fab.tsx
Outdated
// 外层样式类 | ||
const FabClasses = classNames({ | ||
[`${name}`]: true, | ||
[`${name}--icononly`]: icon && !text, |
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.
icononly 拆开来会不会好一些:icon-only
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.
1
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.
LGTM
🤔 这个 PR 的性质是?
🔗 相关 Issue
#257
💡 需求背景和解决方案
📝 更新日志
☑️ 请求合并前的自查清单