octopusthink / nautilus

Inclusive, open-source design system and React component library.
https://nautilus.octopusthink.com
MIT License
2 stars 0 forks source link

feat: Allow for icons in TextField #210

Closed sarahmonster closed 4 years ago

sarahmonster commented 4 years ago

This introduces icons in TextFields, which will close #84 and also set groundwork for the ComboBox component being slowly built in #206.

Screenshot 2020-03-23 at 14 37 20

It introduces the concept of a "signifier icon" (one that communicates meaning) and an "action icon" (one you can click on to do stuff), with consistent placement inside the input. They're currently styled in the same way but that will change later, once the action icon actually has the ability to do something.

What I need help with: