Stack Component
See original GitHub issueDo we want to add support for overlaying icons?
-
path
array support -
size
array support -
color
array support
Usage:
<Icon path={[mdiFormatColorFill, mdiColorHelper]}
color={[null, this.state.color]}/>
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
React Stack component - Material UI
The Stack component manages layout of immediate children along the vertical or horizontal axis with optional spacing and/or dividers between each child.
Read more >The Stack Component - Composing Layouts in React
The Stack Component ... One of the simplest and yet most common layout patterns found on the web is putting one element on...
Read more >The Stack
In Every Layout, custom elements are used to implement layout components/primitives like the Stack. In the Stack component, the space prop (property; attribute) ......
Read more >Stack
Stack is a layout component used to group elements together and apply a space between them.
Read more >The Ultimate Guide to the New MUI Stack Component
The Stack component is new in version 5 and was created to easily handle one-dimensional vertical and horizontal layouts. Previously these were ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
<Stack/>
is implemented. 😅 (not released just yet)<Icon/>
unit tests.<Stack/>
unit tests (why it isn’t released)spin
,vertical
,horizontal
androtate
can be mixed without issues now.Really good progress, but going to work on unit tests a little more. Will release
v1.0.0
once these unit tests are done.Closing this out. Feel free to open any issues if you see any bugs.
Will be wrapping up the v1.0.0 release for this Friday. Don’t want to release such a drastic update until then so I’ll have time support it this weekend.