▲ Ever wanted vertically-resizable textareas? at github.com▼9 up and 0 down, posted by bevacqua 3844 days ago 5 comments
pycior 3844 days ago. link 2 points ▲ ▼60 lines of functional code vs hundreds of lines of boiler-plate/build stuff...is this where we're heading? :P
bevacqua 3844 days ago. link 1 point ▲ ▼Definitely something that deserves more attention. I could use `npm run` but I was too lazy not to copy paste that Gulpfile, which is part of the template I use in most my front-end modules
jameswyse 3844 days ago. link 2 points ▲ ▼Nice, definitely prettier and more usable than the usual CSS: textarea { resize: vertical }
bevacqua 3842 days ago. link 2 points ▲ ▼Also: you can apply flexarea to any DOM element! Reworded the README to reflect that. Here's a demo: http://codepen.io/bevacqua/full/haxGk/
bevacqua 3844 days ago. link 2 points ▲ ▼It's a matter of preference. I'd rather have it be all along the bottom edge.