You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { SectionGallery } from '@patternfly/documentation-framework/components/sectionGallery/sectionGallery';
10
10
import galleryData from './gallery-data.json';
11
11
12
-
Component groups lives in its own package [`@patternfly/react-component-groups`](https://www.npmjs.com/package/@patternfly/react-component-groups)
12
+
**Note:** Component groups lives in its own package [`@patternfly/react-component-groups`](https://www.npmjs.com/package/@patternfly/react-component-groups)
13
13
14
14
**Note:** This extension replaces [`RedHatInsights/frontend-components`](https://github.com/RedHatInsights/frontend-components). If you previously 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`.
15
15
16
-
# Component groups
17
16
18
-
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.
17
+
**Component groups** are a range of React components that are more complex than basic PatternFly components. These groups combine and adjust multiple base components to provide opinionated solutions for recurring use cases across products using PatternFly.
19
18
20
19
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.
21
20
22
-
There are a few different functional categories of component groups:
23
-
24
-
<SectionGallery
25
-
section="Component groups"
26
-
galleryItemsData={galleryData}
27
-
placeholderText="Search component groups by name"
28
-
includeSubsections={true}
29
-
hasGridText={true}
30
-
isFullWidth={false}
31
-
/>
21
+
---
32
22
33
-
## Contribution guidelines
23
+
## How do I contribute to this extension?
34
24
35
25
The code for component groups lives in the [`patternfly/react-component-groups repository`](https://github.com/patternfly/react-component-groups).
36
26
@@ -41,3 +31,19 @@ Specific contribution guidelines and instructions are outlined in [the component
41
31
We aim to align the standards of component groups as closely as possible with existing PatternFly standards. Given that this is a multi-team collaboration, we will continue to work towards this goal together.
42
32
43
33
If you notice a bug or have a suggestion for a new component group, open an issue in our [GitHub repository](https://github.com/patternfly/react-component-groups/issues)! Please make sure to check if there is already a pre-existing issue before creating a new one.
0 commit comments