Skip to content
This repository was archived by the owner on Mar 27, 2019. It is now read-only.

Wish list

Eldar Gabdullin edited this page Jun 13, 2013 · 21 revisions

This page contains a list of components that may not already exist, anyone who wants to build some JavaScript experience or has some time to kill may want to take a look at this list for ideas! If you come across one of these in the registry feel free to remove it here.

components

  • pipe: SVG "pipe" between two points, using matthewmueller/svg
  • devtools plugin that shows some stats like: required but unused components, which components are installed and such..
  • super-select: rewrite chosen or select2 for component infrastructure and do it in a nice, clean way :)

Tooling

not components themselves but things which help you work with components.

  • component-serve(1) like component-build(1) but instead of saving the build to disk it compiles it with each request. Its therefore a static file server with two special paths "build/build.js" and "build/build.css". This saves you having to rebuild after each change.
Clone this wiki locally