copy-input

2.0.1 • Public • Published

copy-input Build Status

Render an input that auto-selects and copies when clicked

Install

$ npm install --save copy-input

Usage

var CopyInput = require('copy-input')
 
var state = CopyInput()
var options = {
  style: {
    background: 'blue'
  },
  value: 'copy me!'
}
CopyInput.render(state, options)
//=> ...
//=> renders blue readonly input that copies itself when clicked

API

CopyInput() -> function

Returns an observable value representation (state).

CopyInput.render(state, options) -> object

Renders the copy input to a vtree. options.value is displayed in the input field.

License

MIT © Ben Drucker

Readme

Keywords

Package Sidebar

Install

npm i copy-input

Weekly Downloads

1

Version

2.0.1

License

MIT

Last publish

Collaborators

  • bendrucker