geocodeearth / autocomplete-element

A custom element for use with the Geocode Earth Autocomplete API.
https://geocode.earth
MIT License
8 stars 1 forks source link

customization: CSS, String template, Row template #15

Closed mxlje closed 3 years ago

mxlje commented 3 years ago

This PR adds three different (but combinable) ways of customizing the visual style of the element:

  1. custom css (variables)
  2. string template
  3. row template

As to not repeat everything in this PR description it’s best to read the documentation I wrote: https://github.com/geocodeearth/autocomplete-element/tree/feat/customization-templates#customization

missinglink commented 3 years ago

:shipit: