Skip to content

Commit

Permalink
fix(gallery): Adress review notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac committed Oct 14, 2024
1 parent 5465d4b commit 2cfcb31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

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

**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).
Expand Down
Original file line number Diff line number Diff line change
@@ -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."
}
}

0 comments on commit 2cfcb31

Please sign in to comment.