You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/_components/iconbase.md
+10-80Lines changed: 10 additions & 80 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,13 @@
6
6
7
7
Storefront UI ships with a default set of icons available with the naming convention `SfIcon{Name}`. Each icon is a component that extends the `SfIconBase` component.
8
8
9
-
## List of icons
9
+
<!--## List of icons
10
10
11
11
List of all icons shipped with Storefront UI below. Click on any of the icons to copy its name.
Storefront UI icons are generated with use of [`createIcons.js`](https://github.com/vuestorefront/storefront-ui/blob/v2/createIcons.js) script and they are based on `IconBase` component.
98
58
99
-
## Accessibility notes
59
+
<!--## Accessibility notes
100
60
101
-
When using an Icon without any additional label and/or description, you should specify an `aria-label` on the icon component.
61
+
When using an Icon without any additional label and/or description, you should specify an `aria-label` on the icon component.-->
102
62
103
63
## Playground
104
64
105
65
<Generatestyle="height: 380px" />
106
66
107
67
#tab-2
108
68
109
-
::vue-only
110
-
| Prop name | Type | Default value | Possible values |
0 commit comments