Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/react-core/src/components/Backdrop/Backdrop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { css } from '@patternfly/react-styles';
import styles from '@patternfly/react-styles/css/components/Backdrop/backdrop';

export interface BackdropProps extends React.HTMLProps<HTMLDivElement> {
/** content rendered inside the backdrop */
/** Content rendered inside the backdrop */
children?: React.ReactNode;
/** additional classes added to the button */
/** Additional classes added to the backdrop */
className?: string;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,3 @@ propComponents: ['Backdrop']

```ts isFullscreen file="./BackdropBasic.tsx"
```

### With spinner

```ts isFullscreen file="./BackdropSpinner.tsx"
```

This file was deleted.