Our contact picker’s default look doesn’t suit everyone and while we’ve made it possible to make unlimited changes the style, it’s not a trivial job. That’s why we’ve taken some of the most common customization requests and turned them into pre-packaged themes. A theme can be applied by simply changing a single option and can result in a dramatically different looking contact picker.
We have example pages linked below so you can try out these themes for yourself.
Type: string
Selects an alternate base stylesheet to load from our themes.
neon
is a beautiful alternative stylefrost
is a variation on our default styleinline
renders the contact picker without the overlay so that it can be added directly in your page
To apply a theme, set it in your initialization:
cloudsponge.init({
theme: 'neon'
});