Usage
Using MYDS should be as simple as any other component library
Basic
Simply import the component & use it, like below!
Make sure to refer each Component's API to find out what is available.
Composition
MYDS components are built with composition in-mind. Composition offers customization at the lowest level, giving developers the highest level of freedom to add their own twist to MYDS. At the same time, this technique also allows for achieving the opposite extreme by overriding props to apply designated classes or event listeners.
A. Replace parent component
B. Override props
This may be a new concept to some developers, however, it very much worth mastering. Composition is a powerful technique and offers immense value when building components.