Hi,
For our project we are using the Kendo UI library for Angular. The components are styled to fit our style guide. Sometimes we need custom components which are either completely new or extend/reuse Kendo components. An example of this is a custom form control which consists of two kendo inputs.
Are there any guidelines on how to do this? Do we create a new library which wraps all kendo components? Do we use a combination of custom/kendo components?
Thanks!