·
83 commits
to main
since this release
Patch Changes
-
8aba17c: Allow controlling the collapsed state of LevaPanel via object overload for the
controlled
property.const [collapsed, setCollapsed] = React.useState(false) const leva = <Leva collapsed={{ collapsed, onChange: (collapsed) => setCollapsed(collapsed) }} />