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
London, UK
<LocationTag text='London, UK' onClick={() => {}}/>
eola Style Guide 2025: 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={() => {}}/>