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

feat(fab): add fab components #266

Merged
merged 5 commits into from
Jul 11, 2022
Merged

feat(fab): add fab components #266

merged 5 commits into from
Jul 11, 2022

Conversation

anlyyao
Copy link
Collaborator

@anlyyao anlyyao commented Jul 6, 2022

🤔 这个 PR 的性质是?

  • 新特性提交

🔗 相关 Issue

#257

💡 需求背景和解决方案

📝 更新日志

  • feat(fab):新增fab组件
  • fix(button): 支持style

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@github-actions
Copy link
Contributor

github-actions bot commented Jul 6, 2022

完成

@anlyyao anlyyao linked an issue Jul 6, 2022 that may be closed by this pull request
src/fab/Fab.tsx Outdated
// 外层样式类
const FabClasses = classNames({
[`${name}`]: true,
[`${name}--icononly`]: icon && !text,
Copy link
Collaborator

Choose a reason for hiding this comment

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

icononly 拆开来会不会好一些:icon-only

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

1

Copy link
Collaborator

@LeeJim LeeJim left a comment

Choose a reason for hiding this comment

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

LGTM

@LeeJim LeeJim merged commit 8330a40 into develop Jul 11, 2022
@github-actions github-actions bot mentioned this pull request Jul 12, 2022
@liweijie0812 liweijie0812 deleted the dev/fab branch July 24, 2024 13:29
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.

Fab 悬浮按钮
2 participants