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

docs(patternfly-4/react-docs/.../icons.js): Added a link to icons docs by MariaAga · Pull Request #3430 · patternfly/patternfly-react · GitHub

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

Filter by extension

Filter by extension .js  (1) .md  (1) 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
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 @@ -40,6 +40,7 @@ export default ({ location }) => {
<Title size="md" className="ws-framework-title">React</Title>
<Title size="4xl">Icons</Title>
<Text>These are all Patternfly React Icons.</Text>
<Text>Learn how you can use them in the <a href="https://github.com/patternfly/patternfly-react/tree/master/packages/react-icons">react-icons docs</a></Text>
<Grid>
{allIcons.map(([id, Icon]) => (
<GridItem key={id} style={cellStyle} sm={6} md={4} lg={2}>
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/README.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
Expand Up @@ -11,7 +11,7 @@ import { TimesIcon } from '@patternfly/react-icons';
const closeIcon = <TimesIcon />;
```

For a list of the available icons please refer to the [PatternFly React Docs](https://patternfly-react.surge.sh/patternfly-4/icons/Icons/)
For a list of the available icons please refer to the [PatternFly React Docs](https://patternfly-react.surge.sh/patternfly-4/icons/)

Every icon component has the following props:

Expand Down

Back | FazBrowse Home | New Git URL