This commit is contained in:
Alex Gyoshev 2017-06-14 18:24:19 +03:00
Родитель 14b36685a6
Коммит 624eec02e5
4 изменённых файлов: 66 добавлений и 0 удалений

12
.sassdocrc Normal file
Просмотреть файл

@ -0,0 +1,12 @@
{
"dest": ".tmp",
"theme": "node_modules/@progress/kendo-theme-default/build/sassdoc-theme.js",
"meta": {
"name": "material",
"friendlyName": "Material",
},
"groups": {
"charts": "Charts",
"undefined": "Common"
}
}

2
docs/_meta.yml Normal file
Просмотреть файл

@ -0,0 +1,2 @@
title: Material Theme
position: 999

38
docs/customization.md Normal file
Просмотреть файл

@ -0,0 +1,38 @@
---
title: Customization
description: "Refer to the list of the Kendo UI Material theme variables available for customization."
slug: variables_kendothemematerial_kendouiforangular
position: 9
---
# Customization
The following list describes the theme variables available for adjustment in the Kendo UI Material theme for Angular.
<style>
.theme-variables th,
.theme-variables td {
vertical-align: top;
}
.color-preview {
border-radius: 50%;
width: 1em;
height: 1em;
vertical-align: middle;
display: inline-block;
border: 1px solid rgba(0,0,0,.08);
}
</style>
## Variables
## Mixins
## Suggested Links
* [Styling Overview]({% slug themesandstyles_kendouiforangular %})
* [Web Font Icons]({% slug icons_kendouiforangular %})
* [Preview of the Themed Components]({% slug preview_kendothemedefault_kendouiforangular %})

14
docs/index.md Normal file
Просмотреть файл

@ -0,0 +1,14 @@
---
title: Preview
description: "Preview the way the Kendo UI components for Angular look like when styled with the Kendo UI Material theme for Angular."
slug: preview_kendothemematerial_kendouiforangular
position: 1
---
# Preview
The following application demonstrates how the Kendo UI components for Angular look like when styled with the Kendo UI Material theme for Angular.
{% meta height:2300 theme:material %}
{% embed_demo ../preview-app/ %}
{% endmeta %}