All Projects โ†’ pmndrs โ†’ Leva

pmndrs / Leva

Licence: mit
๐ŸŒ‹ React-first components GUI

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Leva

Redis Tui
A Redis Text-based UI client in CLI
Stars: โœญ 757 (-17.18%)
Mutual labels:  gui
Jmcs
Java framework to homogenize your GUI across all the 3 main desktop OS, and further integrates your app to them.
Stars: โœญ 5 (-99.45%)
Mutual labels:  gui
X11ui
Simple UI framework using github.com/BurntSushi/xgbutil package using Go.
Stars: โœญ 18 (-98.03%)
Mutual labels:  gui
Gotron
Go Api for Electron
Stars: โœญ 767 (-16.08%)
Mutual labels:  gui
Web2executable
Uses NW.js to generate "native" apps for already existing web apps.
Stars: โœญ 824 (-9.85%)
Mutual labels:  gui
Gifcurry
๐Ÿ˜Ž The open-source, Haskell-built video editor for GIF makers.
Stars: โœญ 830 (-9.19%)
Mutual labels:  gui
Webview deno
๐ŸŒ Deno bindings for webview, a tiny library for creating web-based desktop GUIs
Stars: โœญ 729 (-20.24%)
Mutual labels:  gui
Pyqt5
Cรณdigos sobre PyQt5
Stars: โœญ 23 (-97.48%)
Mutual labels:  gui
Nodegui
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
Stars: โœญ 7,324 (+701.31%)
Mutual labels:  gui
Flaui
UI automation library for .Net
Stars: โœญ 892 (-2.41%)
Mutual labels:  gui
Qbt Theme
collection of themes for qbittorrent
Stars: โœญ 776 (-15.1%)
Mutual labels:  gui
Haproxy Wi
Web interface for managing Haproxy, Nginx and Keepalived servers
Stars: โœญ 823 (-9.96%)
Mutual labels:  gui
Git Stuff
A python script that tells about GitHub users and repositories.
Stars: โœญ 16 (-98.25%)
Mutual labels:  gui
Garbro
Visual Novels resource browser
Stars: โœญ 764 (-16.41%)
Mutual labels:  gui
Pyquino
python3 serial port with PyQt5 Gui
Stars: โœญ 19 (-97.92%)
Mutual labels:  gui
Bmw Tensorflow Training Gui
This repository allows you to get started with a gui based training a State-of-the-art Deep Learning model with little to no configuration needed! NoCode training with TensorFlow has never been so easy.
Stars: โœญ 736 (-19.47%)
Mutual labels:  gui
Ai sudoku
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
Stars: โœญ 830 (-9.19%)
Mutual labels:  gui
Vorta
Desktop Backup Client for Borg
Stars: โœญ 922 (+0.88%)
Mutual labels:  gui
Vl Jung
NetBeans Visual Library integration with JUNG (Java Universal Graph Library) for rich, animated visualizations of graphs using real components
Stars: โœญ 22 (-97.59%)
Mutual labels:  gui
Openapi Gui
GUI / visual editor for creating and editing OpenAPI / Swagger definitions
Stars: โœญ 891 (-2.52%)
Mutual labels:  gui

npm (tag) npm bundle size GitHub Workflow Status Discord Shield


A GUI you are going to lava.
Customizable, extensible and beautiful by default.



๐Ÿšง๐Ÿšง This repo is under heavy development ๐Ÿšง๐Ÿšง

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

npm i leva

Quick start

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>
}

Documentation

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].