We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The SimpleSelect component (see: https://github.com/opendatahub-io/kubeflow-ui-essentials/blob/main/components/SimpleSelect.tsx) is used across AI products, notably in toolbars, to provide a streamlined selection experience. Integrating this component into react-component-groups will promote its reuse across different AI applications.
Consistent user experience for select elements across applications.
Simplifies development for AI applications by providing a pre-built, well-tested component.
Add support for this by creating a SimpleSelect component within the PatternFly React Component Groups.
Implement the SimpleSelect within react-component-groups with the default PF theme.
Address MUI theming and demo integration, including context and a checkbox/switch, in a follow-up task.
The text was updated successfully, but these errors were encountered:
jenny-s51
No branches or pull requests
Description
The SimpleSelect component (see: https://github.com/opendatahub-io/kubeflow-ui-essentials/blob/main/components/SimpleSelect.tsx) is used across AI products, notably in toolbars, to provide a streamlined selection experience. Integrating this component into react-component-groups will promote its reuse across different AI applications.
Benefits
Consistent user experience for select elements across applications.
Simplifies development for AI applications by providing a pre-built, well-tested component.
Proposed Solution
Add support for this by creating a SimpleSelect component within the PatternFly React Component Groups.
Work Items
Implement the SimpleSelect within react-component-groups with the default PF theme.
Address MUI theming and demo integration, including context and a checkbox/switch, in a follow-up task.
The text was updated successfully, but these errors were encountered: