0.9.15 • Published 2 years ago

@leva-ui/plugin-plot v0.9.15

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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.9.15

2 years ago

0.9.14

3 years ago

0.9.12

3 years ago

0.9.10

3 years ago

0.9.9

3 years ago

0.9.7

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago