Package Exports
- leva
- leva/dist/leva.cjs.js
- leva/plugins
- leva/utilities
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (leva) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
A GUI you are going to lava.
Customizable, extensible and beautiful by default.
by Poimandres
Features
- ⭐️ Beautiful by default
- 🎚 More than 12 different kinds of inputs available
- 🧐 Smart input type recognition
- 🔌 Easy-to-make plugins
- ✅ Keyboard accessible
- ⚡️ No setup necessary
Installation
yarn add levaGetting started
Simply call the useControls hook from anywhere in your app:
import { useControls } from "leva"
function MyComponent() {
const { name } = useControls({ name: "World" })
return <div>Hey {name}, hello!</div>
}
Contributors ✨
Thanks goes to these wonderful people (emoji key):
David Bismut 🤔 💻 |
Gianmarco 🤔 💻 |
Andrew Prifer 🤔 💻 |
Aria 🤔 |
Han 🎨 |
Ivan Rossi 🐛 |
Marco Fugaro 🤔 |
Marco Ludovico Perego 🤔 |
clementcassajus 🎨 |
thephoenixofthevoid 🐛 |
This project follows the all-contributors specification. Contributions of any kind welcome!
