-
Notifications
You must be signed in to change notification settings - Fork 26
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
Added FButton.icon for a single icon button #138
Conversation
59f02b3
to
46866a1
Compare
# Conflicts: # forui/lib/src/widgets/divider.dart
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.
Generally looks decent! One small issue is that I think the icon content should have its own style.
Co-authored-by: Matthias Ngeo <[email protected]>
Co-authored-by: Matthias Ngeo <[email protected]>
Co-authored-by: Matthias Ngeo <[email protected]>
# Conflicts: # forui/lib/src/widgets/button/button.dart
Just tried the library today and my first thought was that it is missing basic components such as IconButton 😅 Glad to see that someone has already started working on this. Any chances to push this new component soon? |
Seems like there was a bug with our workflows which built code on the base branch instead of the head. I've updated the actions accordingly. |
# Conflicts: # forui/lib/src/widgets/button/button.dart
LGTM! Thanks for the contribution. |
Describe the changes
This adds a
FButton.icon
constructor which will be used to create buttons having a single icon as their content.Resolves #121
Checklist