Skip to content

Commit 2cfcb31

Browse files
committed
fix(gallery): Adress review notes
1 parent 5465d4b commit 2cfcb31

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/module/patternfly-docs/content/extensions/component-groups/about-component-groups.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ import galleryData from './gallery-data.json';
99

1010
Component groups lives in its own package [`@patternfly/react-component-groups`](https://www.npmjs.com/package/@patternfly/react-component-groups)
1111

12+
**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`.
13+
1214
# Component groups
1315

1416
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.
1517

1618
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.
1719

18-
Below, you can see a gallery of categories representing the components:
20+
There are a few different functional categories of component groups:
1921

2022
<SectionGallery
2123
section="Component groups"
@@ -26,8 +28,6 @@ Below, you can see a gallery of categories representing the components:
2628
isFullWidth={false}
2729
/>
2830

29-
**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`.
30-
3131
## Contribution guidelines
3232

3333
The code for component groups lives in the [`patternfly/react-component-groups repository`](https://github.com/patternfly/react-component-groups).
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"content-containers": {
3-
"summary": "Provide layout components to organize and display content in structured and flexible formats."
3+
"summary": "Organize and display information in structured or flexible containers."
44
},
55
"controls": {
6-
"summary": "Include components that manage user interactions and input, enabling intuitive navigation and selection."
6+
"summary": "Enable more effective navigation and selection by providing users with options for interaction and input."
77
},
88
"error-communication": {
9-
"summary": "Contain various error and alert states to communicate issues or restrictions."
9+
"summary": "Communicate issues or restrictions through error and alert states."
1010
},
1111
"helpers": {
12-
"summary": "Offer utility components that enhance usability and provide additional guidance or information within the UI."
12+
"summary": "Provide users with utilities that enhance usability and provide additional guidance or information within the UI."
1313
},
1414
"status-and-state-indicators": {
15-
"summary": "Visualize entity states, statuses, and loading indicators to inform users of system conditions or processes."
15+
"summary": "Inform users of system conditions or processes through visualizations of entity states, statuses, and loading indicators."
1616
}
1717
}

0 commit comments

Comments
 (0)