-
Notifications
You must be signed in to change notification settings - Fork 628
Closed
Labels
bugSomething isn't workingSomething isn't workingcomponent: Stackgood first issueGood for newcomersGood for newcomersreactsize: sand
Description
Description
Stack
accepts a justify
prop that is supposed to align with the justify-content
CSS property. But setting it has no effect other than setting the data-justify
attribute on the HTML element - it doesn't update the CSS.
Steps to reproduce
<Stack justify="space-between">
<span>a</span>
<span>b</span>
</Stack>
Version
v36.17.0
Browser
Chrome
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent: Stackgood first issueGood for newcomersGood for newcomersreactsize: sand