FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(docs): use frontmatter for what props to show in docs by redallen · Pull Request #2072 · patternfly/patternfly-react · GitHub

fix(docs): use frontmatter for what props to show in docs by redallen · Pull Request #2072 · patternfly/patternfly-react · GitHub
Skip to content

Navigation Menu

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

Filter by extension

Filter by extension .js  (2) .md  (60) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
        • ChartArea.md
        • ChartBar.md
        • ChartDonut.md
        • ChartLine.md
        • ChartPie.md
        • ChartStack.md
          • AboutModal.md
          • Accordion.md
          • Alert.md
          • Avatar.md
          • Badge.md
          • Brand.md
          • Breadcrumb.md
          • Button.md
          • Card.md
          • Checkbox.md
          • ChipGroup.md
          • ClipboardCopy.md
          • ContextSelector.md
          • DataList.md
          • Dropdown.md
          • EmptyState.md
          • Expandable.md
          • Form.md
          • FormSelect.md
          • InputGroup.md
          • Label.md
          • List.md
          • LoginPage.md
          • Modal.md
          • Nav.md
          • OptionsMenu.md
          • Page.md
          • Pagination.md
          • Popover.md
          • Progress.md
          • Radio.md
          • Select.md
          • SkipToContent.md
          • Switch.md
          • Tabs.md
          • Text.md
          • TextArea.md
          • TextInput.md
          • Title.md
          • Tooltip.md
          • Wizard.md
          • Bullseye.md
          • Gallery.md
          • Grid.md
          • Level.md
          • Split.md
          • Stack.md
          • Toolbar.md
        • InlineEdit.md
        • TableTextInput.md
      • Table.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Area'
section: 'charts'
propComponents: ['ChartArea', 'ChartGroup', 'ChartLegend', 'ChartVoronoiContainer']
---

import { ChartArea, ChartGroup, ChartLegend, ChartVoronoiContainer } from '@patternfly/react-charts';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Bar'
section: 'charts'
propComponents: ['Chart', 'ChartBar', 'ChartGroup', 'ChartThemeColor', 'ChartThemeVariant']
---

## Blue bar chart
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Donut'
section: 'charts'
propComponents: ['ChartDonut', 'ChartLabel', 'ChartLegend', 'ChartThemeColor', 'ChartThemeVariant']
---

import { ChartDonut, ChartLabel, ChartLegend, ChartThemeColor, ChartThemeVariant } from '@patternfly/react-charts';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Line'
section: 'charts'
propComponents: ['Chart', 'ChartAxis', 'ChartGroup', 'ChartLegend', 'ChartLine', 'ChartThemeColor', 'ChartThemeVariant']
---

import { Chart, ChartAxis, ChartGroup, ChartLegend, ChartLine, ChartThemeColor, ChartThemeVariant } from '@patternfly/react-charts';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Pie'
section: 'charts'
propComponents: ['ChartLegend', 'ChartPie', 'ChartThemeColor', 'ChartThemeVariant']
---

## Blue pie chart
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Stack'
section: 'charts'
propComponents: ['Chart', 'ChartBar', 'ChartStack', 'ChartThemeColor', 'ChartThemeVariant']
---

## Vertical blue stack chart
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'About modal'
cssPrefix: 'pf-c-about-modal-box'
typescript: true
propComponents: ['AboutModal']
---
import { AboutModal, Button, TextContent, TextList, TextListItem } from '@patternfly/react-core';
import brandImg from './examples/brandImg.svg';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Accordion'
cssPrefix: 'pf-c-accordion'
propComponents: ['Accordion', 'AccordionItem', 'AccordionContent', 'AccordionToggle']
---

import { Accordion, AccordionItem, AccordionContent, AccordionToggle } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Alert'
cssPrefix: 'pf-c-alert'
typescript: true
propComponents: ['Alert', 'AlertActionCloseButton', 'AlertActionLink']
---
import { Alert, AlertActionLink, AlertActionCloseButton } from '@patternfly/react-core';
import './examples/alert.scss';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Application launcher'
cssPrefix: 'pf-c-app-launcher'
propComponents: ['ApplicationLauncher']
---
import { ApplicationLauncher, DropdownItem, Tooltip } from '@patternfly/react-core';

Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Avatar'
cssPrefix: 'pf-c-avatar'
typescript: true
propComponents: ['Avatar']
---

## Simple avatar
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Background image'
cssPrefix: 'pf-c-background-image'
propComponents: ['BackgroundImage', 'BackgroundImageSrc']
---

import LinkPreview from '@content/../LinkPreview';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Background Image'
fullscreen: true
section: components
propComponents: ['SimpleBackgroundImage']
---

import SimpleBackgroundImage from "./SimpleBackgroundImage.js";
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Badge'
cssPrefix: 'pf-c-badge'
typescript: true
propComponents: ['Badge']
---
import { Badge } from '@patternfly/react-core';

Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Brand'
cssPrefix: null
typescript: true
propComponents: ['Brand']
---
## Simple brand

Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Breadcrumb'
cssPrefix: 'pf-c-breadcrumb'
typescript: true
propComponents: ['Breadcrumb', 'BreadcrumbItem', 'BreadcrumbHeading']
---
import { Breadcrumb, BreadcrumbItem, BreadcrumbHeading } from '@patternfly/react-core';

Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Button'
cssPrefix: 'pf-c-button'
typescript: true
propComponents: ['Button']
---

## Block button
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Card'
cssPrefix: 'pf-c-card'
typescript: true
propComponents: ['Card', 'CardHeader', 'CardBody', 'CardFooter']
---

import { Card, CardHeader, CardBody, CardFooter } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Checkbox'
cssPrefix: 'pf-c-check'
typescript: true
propComponents: ['Checkbox']
---

import { Checkbox } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Chip group'
cssPrefix: 'pf-c-chip'
typescript: true
propComponents: ['Chip', 'ChipGroup', 'ChipGroupToolbarItem']
---

import { Badge, Chip, ChipGroup, ChipGroupItem, ChipGroupToolbarItem } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Clipboard copy'
cssPrefix: 'pf-c-copyclipboard'
propComponents: ['ClipboardCopy']
---

import { ClipboardCopy, ClipboardCopyVariant } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 'Context selector'
propComponents: ['ContextSelector', 'ContextSelectorItem']
---

import { ContextSelector, ContextSelectorItem } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Data list'
cssPrefix: 'pf-c-data-list'
propComponents: ['DataList', 'DataListAction', 'DataListCell', 'DataListCheck', 'DataListItem', 'DataListItemCells', 'DataListItemRow', 'DataListToggle', 'DataListContent']
---

## Simple data list
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Dropdown'
cssPrefix: 'pf-c-dropdown'
propComponents: ['Dropdown', 'DropdownGroup', 'DropdownItem', 'DropdownToggle', 'DropdownToggleCheckbox']
---

import { Dropdown, DropdownToggle, DropdownToggleCheckbox, DropdownItem, DropdownSeparator, DropdownPosition, DropdownDirection, KebabToggle, DropdownGroup } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Empty state'
cssPrefix: 'pf-c-empty-state'
typescript: true
propComponents: ['EmptyState', 'EmptyStateBody', 'EmptyStateIcon', 'EmptyStateSecondaryActions']
---

## Empty state
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Expandable'
cssPrefix: 'pf-c-expandable'
typescript: true
propComponents: ['Expandable']
---

import { Expandable } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Form'
cssPrefix: 'pf-c-form'
typescript: true
propComponents: ['ActionGroup', 'Form', 'FormGroup', 'FormHelperText']
---

## Simple form
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'FormSelect'
cssPrefix: 'pf-c-form-control'
propComponents: ['FormSelect', 'FormSelectOption', 'FormSelectOptionGroup']
---

import { FormSelect, FormSelectOption, FormSelectOptionGroup } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Input group'
cssPrefix: null
propComponents: ['InputGroup', 'InputGroupText']
---

## Simple input group
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Label'
cssPrefix: 'pf-c-label'
propComponents: ['Label']
---

import { Label } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'List'
cssPrefix: 'pf-c-list'
typescript: true
propComponents: ['List', 'ListItem']
---

import { List, ListItem } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Login page'
cssPrefix: 'pf-c-login'
typescript: true
propComponents: ['LoginPage', 'Login', 'LoginForm', 'LoginMainBody', 'LoginMainHeader', 'LoginHeader', 'LoginFooter', 'LoginMainFooter', 'LoginFooterItem', 'LoginMainFooterBandItem', 'LoginMainFooterLinksItem']
---

import LinkPreview from '@content/../LinkPreview';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Modal'
cssPrefix: 'pf-c-modal-box'
typescript: true
propComponents: ['Modal', 'ModalBox', 'ModalBoxBody', 'ModalBoxCloseButton', 'ModalBoxFooter', 'ModalBoxHeader', 'ModalContent']
---

import { Modal, Button } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Nav'
cssPrefix: 'pf-c-nav'
typescript: true
propComponents: ['Nav', 'NavList', 'NavGroup', 'NavItem', 'NavItemSeparator', 'NavExpandable']
---

## Simple nav
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Options menu"
cssPrefix: "pf-c-options-menu"
propComponents: ['OptionsMenu', 'OptionsMenuItem', 'OptionsMenuSeparator', 'OptionsMenuToggle', 'OptionsMenuToggleWithText']
---
import React from 'react';
import {
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Page'
cssPrefix: 'pf-c-page'
propComponents: ['Page', 'PageHeader', 'PageSidebar', 'PageSection']
---

import { Page, PageHeader, PageSidebar, PageSection, PageSectionVariants } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Pagination'
cssPrefix: null
propComponents: ['Pagination']
---

import { Pagination, PaginationVariant } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Popover'
cssPrefix: 'pf-c-popover'
typescript: true
propComponents: ['Popover']
---

import { Popover, PopoverPosition, Checkbox, Button } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Progress'
cssPrefix: 'pf-c-progress'
propComponents: ['Progress']
---

import { Progress, ProgressSize, ProgressMeasureLocation, ProgressVariant } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Radio'
cssPrefix: 'pf-c-radio'
typescript: true
propComponents: ['Radio']
---

import { Radio } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Select'
cssPrefix: 'pf-c-select'
propComponents: ['Select', 'SelectOption', 'CheckboxSelectGroup', 'CheckboxSelectOption']
---

import { Select, SelectOption, SelectVariant, CheckboxSelectGroup, CheckboxSelectOption } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: 'Skip to content'
section: 'components'
cssPrefix: 'pf-c-skip-to-content'
typescript: true
propComponents: ['SkipToContent']
---

import LinkPreview from '@content/../LinkPreview';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Switch'
cssPrefix: 'pf-c-switch'
propComponents: ['Switch']
---

import { Switch } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Tabs'
cssPrefix: 'pf-c-tabs'
propComponents: ['Tab', 'Tabs']
---

## Simple tabs
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Text'
cssPrefix: 'pf-c-content'
typescript: true
propComponents: ['TextContent', 'Text', 'TextList', 'TextListItem']
---

import {
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Text area'
cssPrefix: 'pf-c-form-control'
propComponents: ['TextArea']
---

import { TextArea } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Text input'
cssPrefix: 'pf-c-form-control'
propComponents: ['TextInput']
---

import { TextInput } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Title'
cssPrefix: 'pf-c-title'
typescript: true
propComponents: ['Title']
---

import { Title } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Tooltip'
cssPrefix: 'pf-c-tooltip'
propComponents: ['Tooltip']
---

import { Tooltip, TooltipPosition, Checkbox } from '@patternfly/react-core';
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Wizard'
cssPrefix: 'pf-c-wizard'
typescript: true
propComponents: ['Wizard', 'WizardNav', 'WizardNavItem', 'WizardHeader', 'WizardBody', 'WizardFooter', 'WizardToggle']
---

import { Button, Wizard, WizardFooter, WizardContextConsumer, Alert } from '@patternfly/react-core';
Expand Down
Loading

Footer

© 2026 GitHub, Inc.

Back | FazBrowse Home | New Git URL