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(react): implement icon button variants #181

Merged
merged 5 commits into from
Apr 6, 2021
Merged

Conversation

scurker
Copy link
Member

@scurker scurker commented Jan 29, 2021

closes #177

This should bring <IconButton> in pretty close alignment with <Button>.

@scurker scurker marked this pull request as ready for review March 12, 2021 17:50
Copy link
Member

@schne324 schne324 left a comment

Choose a reason for hiding this comment

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

everything looks good to me aside from my ref type comment

okry
okry previously requested changes Apr 5, 2021
@@ -56,7 +64,9 @@ const IconButton = forwardRef<HTMLButtonElement, IconButtonProps>(
IconButton.propTypes = {
icon: PropTypes.string.isRequired,
label: PropTypes.string.isRequired,
tooltipPlacement: PropTypes.any
tooltipPlayemnt: PropTypes.string,
Copy link
Contributor

Choose a reason for hiding this comment

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

typo: should be tooltipPlacement

Copy link
Member Author

Choose a reason for hiding this comment

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

words are hard

@scurker scurker requested a review from okry April 5, 2021 21:24
@scurker scurker merged commit 20ca9b2 into develop Apr 6, 2021
@scurker scurker deleted the icon-button-variant branch April 6, 2021 00:00
@scurker scurker mentioned this pull request Apr 26, 2021
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.

Implement Icon Button variants
3 participants