trendmicro-frontend / tonic-ui

Tonic UI is a UI component library for React, built with Emotion and Styled System. It is designed to be easy to use and easy to customize.
https://trendmicro-frontend.github.io/tonic-ui
MIT License
125 stars 28 forks source link

Add `Autocomplete` component #180

Open AnupriyaSaxenas opened 4 years ago

cheton commented 4 years ago

Ref: https://material-ui.com/components/autocomplete/

cheton commented 1 year ago

You can explore examples of the Dropdown and Multiselect components by visiting the following links:

image

https://trendmicro-frontend.github.io/tonic-ui/react/latest/components/menu

Dropdown https://github.com/trendmicro-frontend/tonic-ui/tree/master/packages/react-docs/components/Dropdown.jsx

Multiselect https://github.com/trendmicro-frontend/tonic-ui/tree/master/packages/react-docs/components/Multiselect.jsx

cheton commented 2 months ago

The Autocomplete component requires localization support. Implementing PR #891 is necessary to enable translations for the Autocomplete component.

Search MuiAutocomplete in https://github.com/mui/material-ui/blob/master/packages/mui-material/src/locale/index.ts for details.