Skip to content

How to achieve "layers" in something like a painting application #1048

Answered by cdosborn
cdosborn asked this question in Q&A
Discussion options

You must be logged in to vote

Take the elements you want in a separate layer and wrap them in a group like so:

<Group layer={<Paint />}
{...elements}
</Group>

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@jeandeson
Comment options

@cdosborn
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by cdosborn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants