How do I get an icon before the input field in clarity ui? something like the image above.
Asked
Active
Viewed 861 times
2 Answers
1
I have done an example in Stackblitz. You can check it and feedback me if you want.

César Gómez
- 119
- 6
1
Take a look at the internal forms demo for Clarity that has an example of a search box that has the icons like you want. This is intended to eventually be made possible with the Angular form components as well.
https://github.com/vmware/clarity/blob/master/src/dev/src/app/forms/input-group/input-group.html#L75

Jeremy Wilken
- 6,965
- 22
- 21