Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Appsmith | 29,159 | 20 hours ago | 1 | October 13, 2021 | 3,632 | apache-2.0 | TypeScript | |||
Platform to build admin panels, internal tools, and dashboards. Integrates with 15+ databases and any API. | ||||||||||
Oni | 11,477 | 3 | 3 years ago | 6 | April 02, 2017 | 518 | mit | TypeScript | ||
Oni: Modern Modal Editing - powered by Neovim | ||||||||||
Gdbgui | 9,221 | 2 | 4 months ago | 94 | June 22, 2022 | 151 | gpl-3.0 | TypeScript | ||
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser. | ||||||||||
Nodegui | 8,517 | 12 | 33 | a month ago | 130 | August 05, 2023 | 70 | mit | C++ | |
A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org | ||||||||||
Illa Builder | 7,281 | 2 days ago | 44 | apache-2.0 | TypeScript | |||||
🚀 Retool open-source alternative, with low-code UI components and support for multiple data resources. | ||||||||||
Majestic | 7,130 | 2 years ago | 42 | mit | TypeScript | |||||
⚡ Zero config GUI for Jest | ||||||||||
Arwes | 6,674 | 5 | 3 | a month ago | 18 | July 18, 2023 | 5 | mit | TypeScript | |
Futuristic Sci-Fi UI Web Framework. | ||||||||||
React Nodegui | 6,059 | 3 | 6 | a year ago | 31 | October 04, 2022 | 46 | mit | TypeScript | |
Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀 | ||||||||||
Openblocks | 4,740 | 4 months ago | 121 | agpl-3.0 | TypeScript | |||||
🔥 🔥 🔥 The Open Source Retool Alternative | ||||||||||
Sqlectron Gui | 4,276 | 4 months ago | 148 | mit | TypeScript | |||||
A simple and lightweight SQL client desktop with cross database and platform support. |
npm i leva
Simply call the useControls
hook from anywhere in your app:
import { useControls } from 'leva'
function MyComponent() {
const { name, aNumber } = useControls({ name: 'World', aNumber: 0 })
return (
<div>
Hey {name}, hello! {aNumber}
</div>
)
}
NOTE: Using Leva with React 18 will cause a console error about createRoot which you can safely ignore, or fix by following the instructions here: discussion
Thanks goes to these wonderful people (emoji key):
Andrew Prifer |
Aria |
David Bismut |
Dmitry Ivakhnenko |
Gianmarco |
Guido Vizoso |
Han |
Ivan Rossi |
Laurin Quast |
Marco Fugaro |
Marco Ludovico Perego |
Piotr Monwid-Olechnowicz |
clementcassajus |
thephoenixofthevoid |
This project follows the all-contributors specification. Contributions of any kind welcome!