https://github.com/patternfly/react-catalog-view
https://github.com/patternfly/react-catalog-view
hactoberfest
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patternfly/react-catalog-view
- Owner: patternfly
- License: mit
- Created: 2022-12-02T12:55:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T21:25:07.000Z (6 months ago)
- Last Synced: 2025-06-26T14:18:31.666Z (6 months ago)
- Topics: hactoberfest
- Language: TypeScript
- Homepage:
- Size: 392 KB
- Stars: 3
- Watchers: 9
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React catalog view
This package contains components based on Patternfly from https://github.com/patternfly/patternfly-react
Development for this extension was previously being done under the patternfly-react repo.
### Installing
```
yarn add react-catalog-view-extension
```
or
```
npm install react-catalog-view-extension --save
```
### Usage
```
import { Component } from 'react-catalog-view-extension';
```
#### Styling:
Example with SCSS:
```
@import "~patternfly-react/dist/sass/patternfly-react";
@import "~react-catalog-view-extension/dist/sass/react-catalog-view-extension";
```
### Building
```
yarn build
```
Note the build scripts for this are located in the root package.json under `yarn build`.
### Testing
Testing is done at the root of this repo.
```
yarn test
```
### Publishing
```
yarn publish
```