Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 834 Bytes

File metadata and controls

31 lines (18 loc) · 834 Bytes

Overview 🏠 {#Overview}

This library will contains the Button component style accordingly to the Theme 2.


Acceptance criteria

  • 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

Mandatory

  • 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

Optionals

  • Test your solution

Architecture

Explain your choices and anything you would have to do but did not have time