-
Notifications
You must be signed in to change notification settings - Fork 459
[Stack] Add Reversed parameter
#3505
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
Conversation
|
As much as I find the possibility of having a way to define If the developer really wants to offer a rendering that is different from the FluentUI style, they can always do so via a style fluent-dialog-footer {
flex-direction: row-reverse;
} |
|
I agree with Denis. We definitely want this for the Stack but not for the Dialog. With regards to the implementation, we propose to use an attribute And make the Would be great if you can adjust your PR to that. |
…sageBox" This reverts commit fba7e5b.
|
Done |
|
Can you update the PR description? |
Reversed parameter
Co-authored-by: Denis Voituron <[email protected]>
Pull Request
📖 Description
FluentStack Reversed and Positioning of items
Sometimes to follow certain UX/UI rules you need to position the buttons in a specific way, so I developed a way to change the positioning of the buttons in the MessageBox.
It adds a new option in FluentStack called Reversed (To reverse the position of objects with pure css).
🎫 Issues
I didn't find it
👩💻 Reviewer Notes
Things have been added so that old codes will continue to work without needing to be changed.
✅ Checklist
General
Component-specific
⏭ Next Steps
I didn't think of anything