Is there a way to create a simple, reusable widget from a can.Component?
People use jQuery UI widgets because they are pretty easy to use. Set up some DOM content and then instantiate the widget on a containing DOM element with some options and you're done.
The can.Component example requires a lot of mustache use and knowledge.