Skip to content

Commit

Permalink
Update file names
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac committed Jun 10, 2024
1 parent 68a6579 commit 789c971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To display a default bulk select, you need to pass number of selected items usin

### Bulk select with all option

To display an option for seleting all data at once, pass `canSelectAll` flag together with `totalCount` of data entries. You can also remove the page select option by setting `isDataPaginated` to `false`,
To display an option for selecting all data at once, pass `canSelectAll` flag together with `totalCount` of data entries. You can also remove the page select option by setting `isDataPaginated` to `false`,

```js file="./BulkSelectAllExample.tsx"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In order to display a basic content header, pass the `title` and `subtitle`.

You can display breadcrumbs above the title using the `breadcrumbs` property.

```js file="./ContentHeaderBreadCrumbExample.tsx"
```js file="./ContentHeaderBreadcrumbExample.tsx"

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import ContentHeader from '@patternfly/react-component-groups/dist/dynamic/ContentHeader';
import { Breadcrumb, BreadcrumbItem } from '@patternfly/react-core';

export const BreadCrumbExample: React.FunctionComponent = () => (
export const BreadcrumbExample: React.FunctionComponent = () => (
<ContentHeader
breadcrumbs={
<Breadcrumb>
Expand Down

0 comments on commit 789c971

Please sign in to comment.