hi.
i want to use Telerik Kendo design system in my project. it has more than 1500 components mostly use _Base and Nested Components.
1- Convert to Library
This is good, but because it has many components, if I update the original file and want to publish it again, I have to update lots of components and it takes a long time (for example, the button is used in 125 other components).
On the other hand, if it is a library, I can make any changes or, for example, draw prototype, then I can use it in other projects and I don’t have to do it again.
2- Create my project in the duplicated file
In this mode, my speed increases because the components and design pages are all in one file, but any changes I make to the components are specific to the same file, and I can’t use it for other projects later.
What is the best solution to use this Design System ?