react-designer-widgets v0.1.44
React widgets
React basic widgets.
- Input
- TextBoxInput
- CheckBoxInput
- SelectBoxInput
- TangleBoolText,
- TangleNumberText
Rendering + TextBox + HtmlBox + JSXBox + ValueBoxOthers
- ImageBox
- ImagePanel
- Flipper - inspired by this example
- PivotTable - wrapper - using react-pivot
Demo & Examples
To build the examples locally, run:
npm install
gulp devThen open localhost:8000 in a browser.
Installation
The easiest way to use this component is to install it from NPM and include it in your own React build process (using Browserify, Webpack, etc).
You can also use the standalone build by including dist/react-widgets.js in your page. If you use this, make sure you have already included React, and it is available as a global variable.
npm install react-designer-widgets --saveUsage
import {TextBox,HtmlBox,JSXBox,ValueBox, CheckBoxInput,TextBoxInput,SelectBoxInput} from 'react-designer-widgets';
//TODO: add examplesProperties
See the live demo above.
Notes
License
MIT. Copyright (c) 2015 Roman Samec
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago