Skip to content

Commit 1840963

Browse files
committed
fix: Creates an overview page
1 parent a1dcc45 commit 1840963

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

packages/module/patternfly-docs/content/examples/CatalogView.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
id: Catalog view demo
2+
id: Overview
3+
title: Catalog view overview
34
section: extensions
45
subsection: Catalog view
56
source: react
7+
sortValue: 1
68
---
79

810
import FilterIcon from '@patternfly/react-icons/dist/esm/icons/filter-icon';
@@ -20,11 +22,15 @@ VerticalTabsTab
2022
} from '@patternfly/react-catalog-view-extension';
2123
import pfLogo6 from './pfLogo6.svg';
2224

23-
## Catalog view
25+
**Note:** Catalog view lives in its own package [`@patternfly/react-catalog-view-extension`](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension)
2426

25-
To use the catalog view extension components, you need to import the CSS file into your project to get the proper styles: `import '@patternfly/react-catalog-view-extension/dist/css/react-catalog-view-extension.css';`
27+
A **catalog view** is a UI layout centered around a gallery of [catalog tiles](/extensions/catalog-view/catalog-tile). To let users interact with the gallery, a catalog view can include a toolbar with support for user actions and input, a [filter side panel](/extensions/catalog-view/filter-side-panel) with [vertical tabs](/extensions/catalog-view/vertical-tabs), and a [properties side panel](/extensions/catalog-view/properties-side-panel) that provides details about the selected tile.
2628

27-
### Catalog view demo
29+
To use the catalog view extension components with the proper styles, import the CSS file into your project: `import '@patternfly/react-catalog-view-extension/dist/css/react-catalog-view-extension.css';`
30+
31+
---
32+
33+
## Demo
2834

2935
```ts isFullscreen
3036
import React from 'react';

0 commit comments

Comments
 (0)