NMF-earth / nmf-app

Understand and reduce your carbon footprint 🌱 iOS & Android.
https://nmf.earth
GNU General Public License v3.0
488 stars 157 forks source link

feat(button-component-update): update the button component to support… #330

Closed Michelalmeidasilva closed 2 years ago

Michelalmeidasilva commented 2 years ago

… icons

✅ I have read the contributing file

Summary

Original Summary: In the button component, add two props, one optional for the icon to display and another one, mandatory, for the text to display in order to no longer wrap the text component. It means a lot of refactoring but it should be pretty easy. Text should be primary

Issue #314

Changelog

I'm not sure if the form I did is correct, as I thought of leaving the text as optional I thought of leaving it this way to reuse when possible with children instead of just by prop txt

Demo

https://www.loom.com/share/091d7bcc592f4f47867af06c2092320d

PierreBresson commented 2 years ago

Closing for inactivity