0.10.0 • Published 11 months ago

@leva-ui/plugin-plot v0.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Leva Plot

Installation

npm i @leva-ui/plugin-plot

Quick start

import { useControls } from 'leva'
import { plot } from '@leva-ui/plugin-plot'

function MyComponent() {
  const { y } = useControls({ y: plot({ expression: 'cos(x)', graph: true, boundsX: [-10, 10], boundsY: [0, 100] }) })
  return y(Math.PI)
}
0.10.0

11 months ago

0.9.15

4 years ago

0.9.14

4 years ago

0.9.12

5 years ago

0.9.10

5 years ago

0.9.9

5 years ago

0.9.7

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago