@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
26 lines (21 loc) • 511 B
Markdown
id: About modal
section: components
cssPrefix: pf-c-about-modal-box
propComponents: ['AboutModal']
import brandImg from './brandImg.svg';
import bgImg from './patternfly-orb.svg';
## Examples
### Basic
```ts file="./AboutModalBasic.tsx"
```
### Without product name
```ts file="./AboutModalWithoutProductName.tsx"
```
### Complex user positioned content
```ts file="./AboutModalComplexUserPositionedContent.tsx"
```
### Custom background image
```ts file="./AboutModalCustomBackgroundImage.tsx"
```