Provides a simple way to pull Kendo UI core into Meteor by theme. Includes both Kendo UI core and specific theme.
You can view all the themes here: http://demos.telerik.com/kendo-ui/themebuilder/
$ meteor add telerik:kendo-ui-core-[NAME OF THEME]-theme
Available themes:
$ meteor add telerik:kendo-ui-core-default-theme
$ meteor add telerik:kendo-ui-core-black-theme
$ meteor add telerik:kendo-ui-core-blueopal-theme
$ meteor add telerik:kendo-ui-core-bootstrap-theme
$ meteor add telerik:kendo-ui-core-silver-theme
$ meteor add telerik:kendo-ui-core-uniform-theme
$ meteor add telerik:kendo-ui-core-metro-theme
$ meteor add telerik:kendo-ui-core-metroblack-theme
$ meteor add telerik:kendo-ui-core-highcontrast-theme
$ meteor add telerik:kendo-ui-core-moonlight-theme
$ meteor add telerik:kendo-ui-core-flat-theme
$ meteor add telerik:kendo-ui-core-material-theme
$ meteor add telerik:kendo-ui-core-materialblack-theme
$ meteor add telerik:kendo-ui-core-fiori-theme
Notes:
- use one package, per Meteor application
- all mobile themes are being included
- bootstrap package is not a dependency of the Kendo UI core bootstrap theme you'll have to add it i.e.
$ meteor add twbs:bootstrap