taodemy / translatao_app

MIT License
0 stars 0 forks source link

Encapsulate the Button components #6

Open Howard-Cui opened 5 months ago

Howard-Cui commented 5 months ago

The Button Component should have following types of components:

  1. GeneralButton: the button with primary coloured background and light text and icons

    image.png
  2. IconButton: the icon has transparent background and dark icon without text

    image.png
  3. LinkButton: this button is only for the side bar, it's quite similar to the general button but had larger size

    image.png
  4. OutlinedButton: the button with primary coloured outline but transparent background and dark text or icons

    image.png