On
https://app.moqups.com, we currently use components mostly for creating custom behavior for various input fields: inputs with an associated menu, inputs that are restricted to numbers (which then you can increment/decrement with arrow keys), combo boxes, etc. -- and for a rather complex color picker.
Here's how our `Ractive.components` looks:
ColorPicker, Droplist, ContextualMenu, Stencil, Throbber, Switch, SearchBox, TextInput, NumericInput, NumericInputWithExpressions, Slider, LinkDropdown, PolygonShape, WedgeShape, CalloutShape, StarShape, ArrowShape, SpecDistance, SpecColor
(We'd like to open-source these at some point, but have not had the time yet...)
-- Dan