cyrilf/vue-dat-gui

Hide Folder on start

Closed this issue · 1 comments

Thanks for the nice library!

Is there a way to have a folder closed from the beginning?

Thank you!

Hey,

Using the closed prop should do the trick I think.
Something like:

<dat-folder label="Picture" closed>
  ...
</dat-folder>