A polling interface for the HTML5 Gamepad API
JavaScript client for IBM Globalization Pipeline
A camera control for three.js, similar to THREE.OrbitControls yet supports smooth transitions and more features.
This module is a wrapper for Google Places Autocomplete JS library
Component to control the viewport of a React Flow instance
Easy configurable gradient picker, with no dependencies
TypeScript definitions for sanitize-html
Display storybook controls on your device.
controls adder for botasaurus.
Storybook: Develop, document, and test UI components in isolation
This is a control component for Vue Flow. It can be used to control the canvas interactions, like zooming in, zooming out, fitting the view and locking interactions.
A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch.
A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another
A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users.
A backend plugin for tracking and displaying usage statistics in Backstage.
A Storybook addon that extends @storybook/addon-controls and provides an alternative to interacting with object arguments
A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users.
Prebuilt controls components
A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.
Custom elements (web components) for making audio and video player controls that look great in your website or app.
A plugin for tracking and displaying usage statistics in Backstage.
Essential JS 2 DropDown Components
A set of common controls for the @wordpress/data api.
A get the job done javascript/typescript library for interacting with GlobalPlatform devices. You can use node-gp to manage a GlobalPlatform device on any major desktop OS and Android.
Gem to control the baud rate used by gpsd to communicate with GPS module
go (to project) do (stuffs) godo provides a smart way of opening a project folder in multiple terminal tabs and, in each tab, invoking a commands appropriate to that project. For example if the folder contains a Rails project the actions might include: starting mongrel, tailing one or more logs, starting consoles or IRB sessions, tailing production logs, opening an editor, running autospec, or gitk. godo works by searching your project paths for a given search string and trying to match it against paths found in one or more configured project roots. It will make some straightforward efforts to disambiguate among multiple matches to find the one you want. godo then uses configurable heuristics to figure out what type of project it is, for example "a RoR project using RSpec and Subversion". From that it will invokes a series of action appropriate to the type of project detected with each action being run, from the project folder, in its own terminal session. godo is entirely configured by a YAML file (~/.godo) that contains project types, heuristics, actions, project paths, and a session controller. A sample configuration file is provided that can be installed using godo --install. godo comes with an iTerm session controller for MacOSX that uses the rb-appscript gem to control iTerm (see lib/session.rb and lib/sessions/iterm_session.rb). It should be relatively straightforward to add new controller (e.g. for Leopard Terminal.app), or a controller that works in a different way (e.g. by creating new windows instead of new tabs). There is nothing MacOSX specific about the rest of godo so creating controllers for other unixen should be straightforward if they can be controlled from ruby. godo is a rewrite of my original 'gp' script (http://matt.blogs.it/entries/00002674.html) which fixes a number of the deficiencies of that script, turns it into a gem, has a better name, and steals the idea of using heuristics to detect project types from Solomon White's gp variant (http://onrails.org/articles/2007/11/28/scripting-the-leopard-terminal). godo now includes contributions from Lee Marlow <lee.marlow@gmail.com> including support for project level .godo files to override the global configuration, support for Terminal.app, and maximum depth support to speed up the finder. godo lives at the excellent GitHub: http://github.com/mmower/godo/ and accepts patches and forks.