Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jun 19:19
· 79 commits to main since this release
fc18b2e

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) }} />