diff --git a/packages/module/patternfly-docs/content/extensions/component-groups/about-component-groups.md b/packages/module/patternfly-docs/content/extensions/component-groups/about-component-groups.md index c7af1a16..5216bb78 100644 --- a/packages/module/patternfly-docs/content/extensions/component-groups/about-component-groups.md +++ b/packages/module/patternfly-docs/content/extensions/component-groups/about-component-groups.md @@ -9,13 +9,15 @@ import galleryData from './gallery-data.json'; Component groups lives in its own package [`@patternfly/react-component-groups`](https://www.npmjs.com/package/@patternfly/react-component-groups) +**Note:** This extension replaces [`RedHatInsights/frontend-components`](https://github.com/RedHatInsights/frontend-components). If you previoulsy used `frontend-components`, you can refer to [this migration guide](https://github.com/patternfly/react-component-groups/blob/main/migration.md) to help you transition to `react-component-groups`. + # Component groups The component groups extension contains a range of React components that are more complex than basic PatternFly components. These component groups combine and adjust multiple base components to provide opinionated solutions for recurring use cases across products using PatternFly. The creation and maintenance of this extension is a collaborative effort between the PatternFly and Red Hat Hybrid Cloud Console teams. All component groups receive accessibility and design reviews, and we are working to improve internationalization, add test coverage, and ensure that CSS overrides all correctly reference the PatternFly CSS API. -Below, you can see a gallery of categories representing the components: +There are a few different functional categories of component groups: -**Note:** This extension replaces [`RedHatInsights/frontend-components`](https://github.com/RedHatInsights/frontend-components). If you previoulsy used `frontend-components`, you can refer to [this migration guide](https://github.com/patternfly/react-component-groups/blob/main/migration.md) to help you transition to `react-component-groups`. - ## Contribution guidelines The code for component groups lives in the [`patternfly/react-component-groups repository`](https://github.com/patternfly/react-component-groups). diff --git a/packages/module/patternfly-docs/content/extensions/component-groups/gallery-data.json b/packages/module/patternfly-docs/content/extensions/component-groups/gallery-data.json index 16af21ef..2ed8dad9 100644 --- a/packages/module/patternfly-docs/content/extensions/component-groups/gallery-data.json +++ b/packages/module/patternfly-docs/content/extensions/component-groups/gallery-data.json @@ -1,17 +1,17 @@ { "content-containers": { - "summary": "Provide layout components to organize and display content in structured and flexible formats." + "summary": "Organize and display information in structured or flexible containers." }, "controls": { - "summary": "Include components that manage user interactions and input, enabling intuitive navigation and selection." + "summary": "Enable more effective navigation and selection by providing users with options for interaction and input." }, "error-communication": { - "summary": "Contain various error and alert states to communicate issues or restrictions." + "summary": "Communicate issues or restrictions through error and alert states." }, "helpers": { - "summary": "Offer utility components that enhance usability and provide additional guidance or information within the UI." + "summary": "Provide users with utilities that enhance usability and provide additional guidance or information within the UI." }, "status-and-state-indicators": { - "summary": "Visualize entity states, statuses, and loading indicators to inform users of system conditions or processes." + "summary": "Inform users of system conditions or processes through visualizations of entity states, statuses, and loading indicators." } } \ No newline at end of file