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(Button): add floated prop to Button.Group #1246

Merged
merged 2 commits into from
Jan 29, 2017

Conversation

mohammedkhadar
Copy link
Contributor

@mohammedkhadar mohammedkhadar commented Jan 29, 2017

This pull request fixes #1245

@codecov-io
Copy link

codecov-io commented Jan 29, 2017

Current coverage is 95.90% (diff: 100%)

Merging #1246 into master will increase coverage by <.01%

@@             master      #1246   diff @@
==========================================
  Files           880        881     +1   
  Lines          4901       4904     +3   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           4700       4703     +3   
  Misses          201        201          
  Partials          0          0          

Powered by Codecov. Last update 6c36b91...6e15ca3

@@ -10,6 +10,7 @@ describe('ButtonGroup', () => {
common.implementsWidthProp(ButtonGroup, { propKey: 'widths', widthClass: 'buttons', canEqual: false })

common.propKeyAndValueToClassName(ButtonGroup, 'attached')
common.propKeyAndValueToClassName(ButtonGroup, 'float')
Copy link
Member

Choose a reason for hiding this comment

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

Small typo, "floated".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Typo fixed.

@levithomason
Copy link
Member

Thanks for the PR. It would be fantastic to get a doc example for this prop as well!

@levithomason
Copy link
Member

Thanks much!

@layershifter
Copy link
Member

We forget typings there, I'll make PR soon.

@levithomason
Copy link
Member

Released in semantic-ui-react@0.64.5.

harel pushed a commit to harel/Semantic-UI-React that referenced this pull request Feb 18, 2017
* feat(Button): add `floated` prop to Button.Group

* docs(Button): add example for `floated` Button.Group
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.

feat(Button): add floated prop to Button.Group
4 participants