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

@lacework/react-widgets-fork

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lacework/react-widgets-fork

An à la carte set of polished, extensible, and accessible inputs built for React

latest
Source
npmnpm
Version
3.4.6-2
Version published
Maintainers
1
Created
Source

Lacework fork of react-widgets@3.4.5

Releasing

This could be a single script in package.json, but I figured being explicit is better to catch issues. And we will probably never release another version.

Build for production

npm run build

Bump the version number. This uses the preid format so we have an obvious link to the source docs and code if neede

npm version prerelease --no-git-tag-version

Publish

npm publish --access public --tag latest

Commit and push changes to package-lock.json and package.json

NPM version Downloads #react-widgets channel on reactiflux discord

An à la carte set of polished, extensible, and accessible form inputs built for React, based on the excellent Kendo UI Core and jQuery UI.

Pick and choose one, or more of the following Components

  • DropdownList
  • ComboBox
  • Multiselect
  • SelectList (checkbox and radio group)
  • DateTimePicker
  • Calendar
  • NumberPicker

Demos and Documentation here

Install

npm install react-widgets

Building local docs

The docs are a simple React app hosted on gh-pages, you build and run locally with the command npm run docs and open up http://localhost:8080/docs/index.htm#/

Contributing

Patches welcome! Please try to match the style of the repo (comma first, 2 spaces, etc), squash large pull requests (a few commits is fine), and provide tests if relevant. It is also a good idea to open an issue and start a conversation before implementing new features or widgets.

Old Browser Support

The goal is to support IE8+, but currently it is difficult for me to test a wide variety of browsers so there is no guarantee it will work (patches welcome!).

Keywords

react

FAQs

Package last updated on 13 May 2021

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