New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-designer-widgets

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-designer-widgets

react-widgets

latest
Source
npmnpm
Version
0.1.44
Version published
Maintainers
1
Created
Source

React widgets

React basic widgets.

  • Input
    • TextBoxInput
    • CheckBoxInput
    • SelectBoxInput
    • TangleBoolText,
    • TangleNumberText
  • Rendering
    • TextBox
    • HtmlBox
    • JSXBox
    • ValueBox
  • Others
    • ImageBox

    • ImagePanel

    • Flipper - inspired by this example

    • PivotTable - wrapper - using react-pivot

Demo & Examples

Live demo

To build the examples locally, run:

npm install
gulp dev

Then 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 --save

Usage

import {TextBox,HtmlBox,JSXBox,ValueBox, CheckBoxInput,TextBoxInput,SelectBoxInput} from 'react-designer-widgets';



//TODO: add examples

Properties

See the live demo above.

Notes

License

MIT. Copyright (c) 2015 Roman Samec

Keywords

react

FAQs

Package last updated on 20 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts