Location Tag
The LocationTag takes a string and an onClick function. It will render a tag with a pin icon and the string.
Examples
Activity LocationTag
<LocationTag text='London, UK' onClick={() => {}}/>
eola Style Guide 2024: Location Tag
The LocationTag takes a string and an onClick function. It will render a tag with a pin icon and the string.
<LocationTag text='London, UK' onClick={() => {}}/>