Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

fix(button): add icon model #163

Merged
merged 3 commits into from
Mar 22, 2020
Merged

fix(button): add icon model #163

merged 3 commits into from
Mar 22, 2020

Conversation

Lzumikonata
Copy link
Contributor

@Lzumikonata Lzumikonata commented Mar 16, 2020

PR Checklist

  • Fix linting errors
  • Label has been added

Change information

@@ -51,5 +61,6 @@ Buttons have different sizes, but you can also specify styles.
| **auto** | button width auto | `boolean` | - | `false` |
| **ghost** | transparent background | `boolean` | - | `false` |
| **effect** | click animation | `boolean` | - | `true` |
| **icon** | set icon | `object` | - | - |
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
| **icon** | set icon | `object` | - | - |
| **icon** | set icon | `Component` | - | - |

Copy link
Member

Choose a reason for hiding this comment

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

iconRight

@@ -51,5 +61,6 @@
| **auto** | 自适应宽度 | `boolean` | - | `false` |
| **ghost** | 背景与边框反色 | `boolean` | - | `false` |
| **effect** | 点击动画 | `boolean` | - | `true` |
| **icon** | 设置图标 | `object` | - | - |
Copy link
Member

Choose a reason for hiding this comment

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

iconRight

@unix unix merged commit 6bc0fce into geist-org:master Mar 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants