Viacheslav-Radchenko/TSUIKit

Couple thoughts

aaronbrethorst opened this issue · 1 comments

I think this looks like a very interesting set of components, but I'd like to see two improvements:

  1. Split them into two repositories. Why have one repo for two controls?
  2. better screenshots. I don't think the screenshots that are in the repo today do these controls justice. It's hard to figure out what's going on without a fair amount of work.

Hi. Thanks for interest to this repo and your comments!

  1. Right now library contains group of 3 components and the reason why I use one repository is that these components have some dependencies. TSNavigationStrip is a standalone component, but TSTabView and TSTabViewWithDropDownPanel have inheritance and both use TSNavigationStrip as subcomponent.
    I'll consider creation of separate repository when will upload other controls on which I'm working right now. Thanks for advise.
  2. About screenshots, you might be right - they maybe not so clear display functionality of these components. I'll think how to make them clearer.
    Right now better way to see their functionality is to compile examples provided with project, they fully display structure and dynamics of controls, as well as possible use cases.