@progress/kendo-vue-layout 4.3.0 → 4.3.1-dev.202402051124
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cdn/js/kendo-vue-layout.js +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/tabstrip/TabStripContent.js +6 -2
- package/dist/esm/package-metadata.js +1 -1
- package/dist/esm/tabstrip/TabStripContent.js +6 -2
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/tabstrip/TabStripContent.js +6 -2
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ Among the many features which the Kendo UI for Vue Layout deliver are:
|
|
|
28
28
|
* **Data binding**—The layout components enables you to bind a data collection to them.
|
|
29
29
|
* **Keyboard navigation**—You can interact with the layout components using only the keyboard.
|
|
30
30
|
* **Accessibility support**—The Layout are compliant with WAI-ARIA and Section 508.
|
|
31
|
-
* [Theme support](https://www.telerik.com/kendo-vue-ui/components/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-layout)—The Kendo UI for Vue Layout, as well as all
|
|
31
|
+
* [Theme support](https://www.telerik.com/kendo-vue-ui/components/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-layout)—The Kendo UI for Vue Layout, as well as all 100+ components in the Kendo UI for Vue suite, are styled in four polished themes (Bootstrap, Material, Default and Fluent) and can be further customized to match your specific design guidelines.
|
|
32
32
|
## Support Options
|
|
33
33
|
|
|
34
34
|
For any issues you might encounter while working with the Kendo UI for Vue Layout, use any of the available support channels:
|