logo

eola Style Guide 2024: Location Tag

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={() => {}}/>