-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs-infra] Replace <DocSearch> for in-house implementation #37599
Comments
@pantelispanayiotou It's implemented here:
We talked about using the Material UI component for it during the implementation but we went with the Algolia UI library to save time. It's definitely in our plan to replace the UX with Material UI components. See #16502 under:
What Algolia did with
Yes, then have a look at mui/mui-x#13932. It's part of the problem we are trying to solve. |
Related page
https://mui.com
Kind of issue
Missing information
Issue description
I was looking for how the algolia search is implemented on the homepage. As i can see it doesn't use any mui components, except for the hits that typography and badges are used. Is there any specific reasons on why this is not implemented using the mui's Autocomplete component?
Context 🔦
We need to implement algolia in our site and thinking of how we can do this using material ui. The first option is to build it without the components that are provided from algolia (instantsearch) so that we can leverage the mui components.
The text was updated successfully, but these errors were encountered: