Skip to content
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

Create a <RichSelect /> component #72

Open
mbeckem opened this issue Oct 23, 2024 · 1 comment
Open

Create a <RichSelect /> component #72

mbeckem opened this issue Oct 23, 2024 · 1 comment

Comments

@mbeckem
Copy link
Contributor

mbeckem commented Oct 23, 2024

A <Select /> component that allows custom rendering of its children (icons, styling, tooltips).

Can be used for

  • BasemapSwitcher
  • CoordinateInput
  • Feature Selection (Sources dropdown)?
  • ???
  • Check usages of <ReactSelect />

The component should expose a rather simple interface.
The implementation can be based on react select, custom code or possibly some Chakra v3 component(s).

@mbeckem
Copy link
Contributor Author

mbeckem commented Nov 4, 2024

Chakra v3 now has a Select widget that supports rich content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant