@patternfly/react-docs

6.3.0 • Public • Published

React-docs

This project uses @patternfly/documentation-framework to render example MD files.

Writing an MD file

Include an id and section in the frontmatter:

---
id: Your page title
section: components
---

Include JS code blocks:

### Your example title
```js
import React from 'react';
import { YourComponent } from '@patternfly/react-core';

BasicExample = () => (
  <YourComponent />
)
```

Readme

Keywords

Package Sidebar

Install

npm i @patternfly/react-docs

Weekly Downloads

384

Version

6.3.0

License

MIT

Unpacked Size

4.59 MB

Total Files

110

Last publish

Collaborators

  • bennyp
  • dlabaj
  • ausuliv
  • dgutride
  • dlabrecq
  • patternfly-build
  • jeff-phillips-18
  • mturley
  • mwcz
  • kylebuch8
  • evwilkin
  • schulj12
  • nicolethoen
  • heymp
  • zhawkins