Overview 🏠 {#Overview}
This library will contains the Button component style accordingly to the Theme 2.
- The theme has to be created by respecting the specifications
- The style for the Button component has to be created by respecting the specifications
- All components have to be styled accordingly to the Theme 2 has to be exported to be used by the client library
- Propose a clean code solution that respects principles (SOLID, KISS, DRY, etc)
- Typescript has to be used
- Explain your architecture in the Architecture section below
- Test your solution
Explain your choices and anything you would have to do but did not have time