All Projects → foxhound87 → mobx-react-form-devtools

foxhound87 / mobx-react-form-devtools

Licence: MIT license
DevTools for MobX React Form

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mobx-react-form-devtools

Mobx React Form
Reactive MobX Form State Management
Stars: ✭ 1,031 (+3336.67%)
Mutual labels:  mobx, form
Mobx Remotedev
MobX DevTools extension
Stars: ✭ 317 (+956.67%)
Mutual labels:  mobx, devtools
Formst
Model-driven Form library for React
Stars: ✭ 69 (+130%)
Mutual labels:  mobx, form
Formstate
❤️ Form state so simple that you will fall in love 🌹
Stars: ✭ 357 (+1090%)
Mutual labels:  mobx, form
Mobx React Form Demo
Demo of MobX React Form
Stars: ✭ 78 (+160%)
Mutual labels:  mobx, form
elderform
💪🏽 Form creation made easy, backed by state machines
Stars: ✭ 30 (+0%)
Mutual labels:  form
angular-devtools
Moved to the Angular organization.
Stars: ✭ 261 (+770%)
Mutual labels:  devtools
mst-persist
Persist and hydrate MobX-state-tree stores (in < 100 LoC)
Stars: ✭ 75 (+150%)
Mutual labels:  mobx
react-plough
A library to help tend your react form fields
Stars: ✭ 31 (+3.33%)
Mutual labels:  form
sfcc-devtools
Support Browser Interaction with VS Code, Eclipse, and SFCC Business Manager via DevTools Web Inspector.
Stars: ✭ 5 (-83.33%)
Mutual labels:  devtools
rust-cdp
🔨 Chrome DevTools Protocol toolkit for Rust
Stars: ✭ 25 (-16.67%)
Mutual labels:  devtools
nanobox-engine-php
Engine for running PHP apps on Nanobox
Stars: ✭ 20 (-33.33%)
Mutual labels:  devtools
react-apollo-form
Build React forms based on GraphQL APIs.
Stars: ✭ 195 (+550%)
Mutual labels:  form
taro-ts-mobx-boilerplate
Taro 脚手架 Typescript/ Mobx / icon font / Jest
Stars: ✭ 12 (-60%)
Mutual labels:  mobx
nuxeo-tools-docker
Various Docker files used at Nuxeo
Stars: ✭ 16 (-46.67%)
Mutual labels:  devtools
musicWebTemplate
Free website template built for musicians / artists to promote their music and connect to their audience.
Stars: ✭ 26 (-13.33%)
Mutual labels:  form
WP-Media-Uploader
Easily create a custom media upload button in WordPress admin dashboard that you can use in your plugin
Stars: ✭ 25 (-16.67%)
Mutual labels:  form
mobx-crud-example
A crud mobx project using react, featherjs and mongodb
Stars: ✭ 22 (-26.67%)
Mutual labels:  mobx
FlutterSupportChat
App flutter demonstrando o uso das seguintes tecnologias: Firebase, MobX e Flutter Modular.
Stars: ✭ 23 (-23.33%)
Mutual labels:  mobx
react-input
A single component for building forms in React
Stars: ✭ 44 (+46.67%)
Mutual labels:  form

MobX React Form DevTools

DevTools for MobX React Form

Travis Build Codecov Coverage Downloads npm node GitHub license

NPM



Install

npm install --save mobx-react-form-devtools

Demo

MobX React Form DevTools Demo

Usage

import MobxReactFormDevTools from 'mobx-react-form-devtools';

// register forms
MobxReactFormDevTools.register({
  loginForm,
  registerForm,
  supportForm,
});

// select form to show into the devtools
MobxReactFormDevTools.select('registerForm');

// open the devtools (closed by default)
MobxReactFormDevTools.open(true);

// render the component
<MobxReactFormDevTools.UI />

Theme

// custom theme colors
MobxReactFormDevTools.theme({
  base00: '#2b303b',
  base01: '#343d46',
  base02: '#4f5b66',
  base03: '#65737e',
  base04: '#a7adba',
  base05: '#c0c5ce',
  base06: '#dfe1e8',
  base07: '#eff1f5',
  base08: '#bf616a',
  base09: '#d08770',
  base0A: '#ebcb8b',
  base0B: '#a3be8c',
  base0C: '#96b5b4',
  base0D: '#8fa1b3',
  base0E: '#b48ead',
  base0F: '#ab7967',
});

Screenshot

DevTools

Link DevTools to Demo

❯ git clone -b master [email protected]:foxhound87/mobx-react-form-devtools.git mobx-react-form-devtools--master
❯ ln -s ../mobx-react-form-devtools--master ./mobx-react-form--demo/devtools

Contributing

If you want to contribute to the development, do not hesitate to fork the repo and send pull requests.

And don't forget to star the repo, I will ensure more frequent updates! Thanks!

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].