UI Components Library

July 12, 2022 ยท View on GitHub

The UI Components Library is a single source of truth for all the styled components we use on all our UI screens. The main advantages of having this library are:

  • Keep the visual coherency in all our UIs.
  • Improve the implementation times for new UIs.
  • Minimize the maintenance of the already existing UI.

Architecture Overview

UI Components Reference

How to create a new UI Component