Hello everyone
Thanks for doing the AMA
My question is
Should accessibility come under a feature of the design system or it should be taken care by the developer itself?
If I am making a component that has variations of it. While all the variations do the same job but are completely different from each other on the basis of UI, UX, and implementation logic having 90% of the props similar (does the same job).
Does it make sense to make them as separate components or go with type="something" approach? (Note: I am following Base variant approach for building it so they are already in different files)
Would love to know your thoughts on this.