Giners / mui-places-autocomplete

Google Material Design (Material-UI) styled React component using Google Maps Places Autocomplete
MIT License
34 stars 26 forks source link

Provide fine grained control over the appearance of <MUIPlacesAutocomplete> #29

Open Giners opened 6 years ago

Giners commented 6 years ago

<MUIPlacesAutocomplete> composes several elements/components to provide the functionality/appearance that it does. Consumers should be able to modify the functionality/appearance of <MUIPlacesAutocomplete> and in a way that is consistent with how Material-UI works (see https://material-ui-next.com/customization/overrides/) to meet their business needs/requirements.

My first thought is to using styling techniques. These resources can be used as starting points for providing a solution:

This request was inspired by the discussions in #28.