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: add ability to change padding between FAB group items #1435

Closed

Conversation

bmigirl
Copy link
Contributor

@bmigirl bmigirl commented Oct 30, 2019

Motivation

This pull requests introduces a feature proposed in Add ability to change padding between fab group children #1274

Test plan

  • Go to FABExample component
  • Add itemMargin with numeric value to the rendered FAB.Group component
  • Run the app and in the example the spaces between the items should change

@callstack-bot
Copy link

Hey @mmarkusik, thank you for your pull request 🤗. The documentation from this branch can be viewed here.

/**
* Space between FAB group items
*/
itemMargin?: number;
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's remove this prop and instead add wrapperStyle prop to the actions - line 30.

Copy link

Choose a reason for hiding this comment

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

Let's remove this prop and instead add wrapperStyle prop to the actions - line 30.

#4657

@github-actions
Copy link

Hello 👋, this pull request has been open for more than 2 months with no activity on it. If you think this is still necessary with the latest version, please comment and ping a maintainer to get this reviewed, otherwise it will be closed automatically in 7 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants