polotno-project / polotno-board

Roadmap and bug-tracker for the Polotno project.
https://polotno.dev/
9 stars 1 forks source link

Preview panel within WorkspaceWrap #20

Closed iamsterdam800 closed 3 years ago

iamsterdam800 commented 3 years ago

When building a design editor for a product with Polotno, the Preview panel is one of the main working tools. Having the preview in a pop-up makes it harder to use while modifying the desing in the Workspace at the same time. Besides, there's a lot of unused whitespace in the Workspace.

image

We want to use Polotno to build something like instabox3d editor, with live 3D preview:

image

So would be great to have the page design moved to the left, and on the right side to embed the preview.

lavrton commented 3 years ago

The layout made in this demo https://polotno.dev/docs/demo-book-cover-editor is just an example. You can make your own layout and place components very differently.

Here is an example of side-by-side view: https://codesandbox.io/s/nice-payne-cr1xb?file=/src/index.js

iamsterdam800 commented 3 years ago

Thanks for the example!