-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 new fab props #4921
base: minor
Are you sure you want to change the base?
added new fab props #4921
Conversation
Someone is attempting to deploy a commit to the Geekyants Team Team on Vercel. A member of the Team first needs to authorize it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
any news on this ? |
on web yes, on other platforms the transform property doesn't exist |
im not sure, but is it possible to wrap it in another component and margin from both sides ? edit: or can use a flex wrapper and centerize the element edit2: tried , couldnt make it work |
The fab component only accepts the following values for its placement prop:
"top-right" | "top-left" | "bottom-right" | "bottom-left".
Added new props for fab component-
->”top-center”
->”bottom-center”
->”center”
->”left-center”
->”right-center”