docs: add basic docs
This commit is contained in:
Родитель
14b36685a6
Коммит
624eec02e5
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
title: Material Theme
|
||||
position: 999
|
|
@ -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 %})
|
|
@ -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 %}
|
Загрузка…
Ссылка в новой задаче