UNPKG

@progress/kendo-angular-toolbar

Version:

Kendo UI Angular Toolbar component - a single UI element that organizes buttons and other navigation elements

29 lines (28 loc) 676 B
{ "$schema": "http://json-schema.org/schema", "$id": "SchematicsKendoAngularToolbar", "title": "Kendo Angular Toolbar Options Schema", "type": "object", "properties": { "theme": { "enum": [ "default", "bootstrap", "material" ], "default": "default", "description": "The theme to apply" }, "export": { "type": "boolean", "default": false, "description": "Specifies if declaring module exports the component." }, "skipInstall": { "description": "Skip installing Kendo dependency packages.", "type": "boolean", "default": false } }, "required": [] }