Luccid-ai / react-planner

:pencil2: A React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.
https://cvdlab.github.io/react-planner
MIT License
15 stars 16 forks source link

[Feature] Add ToolbarMenu as possible child component of ToolbarButton #12

Open MeTaNoV opened 1 year ago

MeTaNoV commented 1 year ago

In addition to the available ToolbarButton, it would be interesting to introduce menu so that some actions can be grouped together like:

We can be inspired by the current extension implemention in ToolbarSaveButton or go in another direction.

To be discussed!