Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 14:54
· 151 commits to main since this release
e3fb2b0

Patch Changes

  • c997410: Plugin: add the Bezier plugin

    import { bezier } from '@leva-ui/plugin-bezier'
    useControls({ curve: bezier([0.25, 0.1, 0.25, 1]) })