Resolving styling and using ready components (i.e Material UI)
See original GitHub issueProblem
Styling is so difficult here especially when trying to work with design system components such as Material UI #437 .
Suggested solution
The solution that I suggest is to expose the input and suggestion list in the component rather than wrapping it inside the GeoSuggest
component. The react-places-autocomplete does this well but this package is much more complete than the other one which feels abandoned.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:9 (3 by maintainers)
Top Results From Across the Web
How to customize - Material UI - MUI
Learn how to customize Material UI components by taking advantage of different strategies for specific use cases.
Read more >Migrating to v5: getting started - Material UI - MUI
Material UI v5 includes many bug fixes and improvements over v4. Chief among these improvements is the new styling engine, which offers significant...
Read more >Introducing MUI Core v5.0
While the styled() API is great to style complex components or to create highly reused components, there are cases where it's overkill. We ......
Read more >@mui/styled-engine - Material UI
The default style library used for generating CSS styles for MUI components is emotion. All of the MUI components rely on the styled()...
Read more >Composition - Material UI - MUI
To provide maximum flexibility and performance, MUI needs a way to know the nature of the child elements a component receives. To solve...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ro-ka It’s not about Material UI, i think.
It’s more about providing control to the Developer who wants to the components.
We should atleast provide devs with demos on how to achieve that.
Or please add
renderInput
likerenderSuggestItem