Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As mentioned in the title, can I use the Material UI icon imports in the IconLayer? I would like to leverage the performance of
deck.gl
by usingIconLayer
rather than using individual<Marker>
s, which is what I did withreact-map-gl
previously.Alternatively, can I use a Material UI icon or general React component? My goal is to display icons with dynamically-generated counts.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions