You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did find this and this in my search before posting from a few years ago.
I am using Material-UI v4 in my project and would like to make the styling match for this input component. I can just try to make the CSS match (though it is no small task). I was wondering how possible it would be to:
Add Support for MUI since this is a very widely used Component Library (I know how unlikely this is but hey, can't blame me for trying).
For me to somehow replace Geosuggest's input with MUI's?
If not I guess the CSS route will work but this means potential issues anytime MUI updates there CSS, as well as having to replicate the animations.
I currently use this package but the outputs are not structured very well and I much prefer the way your's does (parsing the address_components array).
Thank you!
The text was updated successfully, but these errors were encountered:
I did find this and this in my search before posting from a few years ago.
I am using Material-UI v4 in my project and would like to make the styling match for this input component. I can just try to make the CSS match (though it is no small task). I was wondering how possible it would be to:
Add Support for MUI since this is a very widely used Component Library (I know how unlikely this is but hey, can't blame me for trying).
For me to somehow replace Geosuggest's input with MUI's?
If not I guess the CSS route will work but this means potential issues anytime MUI updates there CSS, as well as having to replicate the animations.
I currently use this package but the outputs are not structured very well and I much prefer the way your's does (parsing the address_components array).
Thank you!
The text was updated successfully, but these errors were encountered: