forked from pattern-lab/edition-node-gulp
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Included component for an icon with a circle around it, in small, med…
…ium and large sizes.
- Loading branch information
Showing
4 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{{> basics-icon iconFamily="pficon" iconName="pficon-middleware" iconDecoration="pficon-circle-sm" }} | ||
{{> basics-icon iconFamily="pficon" iconName="pficon-middleware" iconDecoration="pficon-circle-md" }} | ||
{{> basics-icon iconFamily="pficon" iconName="pficon-middleware" iconDecoration="pficon-circle-lg" }} |
This file contains 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: PatternFly Icon with Circle Decorator | ||
--- | ||
|
||
## Overview | ||
|
||
Some PatternFly patterns display an icon with a circle arount it. For example, in the [list view](http://www.patternfly.org/pattern-library/content-views/list-view/#/api) or [card view](http://www.patternfly.org/pattern-library/content-views/card-view/#/api). | ||
|
||
|
||
## Usage | ||
|
||
| Class | Usage | | ||
| -- | -- | | ||
| `.pficon-circle-sm` **Applied to:** `.pficon` or `.fa` | **Outcome:** Displays a small icon with a circle around it **Required:** Yes **Remarks:** Always use it with an icon family and icon name class. | | ||
| `.pficon-circle-md` **Applied to:** `.pficon` or `.fa` | **Outcome:** Displays a medium icon with a circle around it **Required:** Yes **Remarks:** Always use it with an icon family and icon name class. | | ||
| `.pficon-circle-lg` **Applied to:** `.pficon` or `.fa` | **Outcome:** Displays a small icon with a circle around it **Required:** Yes **Remarks:** Always use it with an icon family and icon name class. | |
This file contains 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 +1 @@ | ||
<span class="{{ iconFamily }} {{ iconName }}"></span> | ||
<span class="{{ iconFamily }} {{ iconName }} {{iconDecoration}}"></span> |
This file contains 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