question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Do 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:closed
  • Created 5 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Templariancommented, Aug 29, 2018
  • <Stack/> is implemented. 😅 (not released just yet)
  • Heavily cleaned up the code for readability.
  • Updated all the <Icon/> unit tests.
  • Need to update the <Stack/> unit tests (why it isn’t released)
  • https://templarian.github.io/@mdi/react/ has mobile support now for easier previewing.
  • spin, vertical, horizontal and rotate 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.

0reactions
Templariancommented, Aug 30, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found