deku-textarea-autosize
v1.0.0
Published
Deku textarea component with automatic resizing
Downloads
4
Readme
deku-textarea-autosize
Deku textarea component with automatic resizing
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install deku-textarea-autosize --save
Tests
npm install
npm test
Dependencies
- autosize: Autosize is a small, stand-alone script to automatically adjust textarea height to fit text.
- magic-virtual-element: Build virtual tree elements with magic attributes
Dev Dependencies
- babel-cli: Babel command line.
- babel-plugin-transform-react-jsx: Turn JSX into React function calls
- babel-preset-es2015: Babel preset for all es2015 plugins.
- babel-tape-runner: Babel + Tape for running your ES Next tests
- babelify: Babel browserify transform
- browserify: browser-side require() the node way
- deku: Create view components using a virtual DOM
- electron-prebuilt: Install electron prebuilt binaries for the command-line use using npm
- faucet: human-readable TAP summarizer
- semistandard-deku: All the goodness of
feross/standard
with semicolons sprinkled on top. Adapted for deku - snazzy: Format JavaScript Standard Style as Stylish (i.e. snazzy) output
- tape: tap-producing test harness for node and browsers
- testron: CI your client side tests with Electron
License
MIT
Generated by package-json-to-readme