Skip to content

Commit 7394672

Browse files
committed
fix(docs): Update docs with links to original components
1 parent a0c0b6e commit 7394672

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sourceLink: https://github.com/patternfly/react-component-groups/blob/main/packa
1616

1717
import ErrorState from "@patternfly/react-component-groups/dist/dynamic/ErrorState";
1818

19-
The **error state** component repurposes the `EmptyState` component to display an error to users.
19+
The **error state** component repurposes the `EmptyState` component to display an error to users. To further customize this component, you can also utilize all properties of the [empty state component](/components/empty-state), with the `exception` of `children`.
2020

2121
## Examples
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A **warning modal** component displays a modal when a user tries to perform a ri
2424

2525
A basic warning modal is triggered when a user tries to perform an action that is deemed risky.
2626

27-
You can customize the contents of the modal to fit your use cases. To adjust the text in the modal, pass your desired title to `title` and your message to the `<WarningModal>` component. To customize the action buttons in the modal, use `onConfirm` and `onClose`.
27+
You can customize the contents of the modal to fit your use cases. To adjust the text in the modal, pass your desired title to `title` and your message to the `<WarningModal>` component. To customize the action buttons in the modal, use `onConfirm` and `onClose`. For further customization, you can utilize all properties of the [modal component](/components/modal), with the exception `ref`.
2828

2929
```js file="./WarningModalExample.tsx"
3030

0 commit comments

Comments
 (0)