-
Notifications
You must be signed in to change notification settings - Fork 24
Vuetify: hg‐icon (HgIconComponent)
Mike Lyttle edited this page Jun 27, 2023
·
2 revisions
- Swap
<hg-icon>for<v-icon>. - For icons within buttons, instead replace
<hg-icon>with aprepend-iconorappend-iconprop on the<HgButtonComponent>. - For buttons that contain only an icon, replace with
<HgIconButtonComponent>.
- There are different size parameters for
<hg-icon>and<v-icon>.-
<hg-icon>has "small", "medium", "large", "extra-large", and "extra-extra-large" -
<v-icon>has "x-small", "small", undefined (medium), "large", and "x-large" -
<v-icon>sizes are scaled based on where they are used. For example, in a paragraph with a font-size of 1rem, a "large" icon would appear larger than a "large" icon in a button with a font-size of 0.875rem. - Our recommendation is to use a
<v-icon>without specifying a size when converting most "small" or "medium"<hg-icon>uses.
-
-
Developer Standard and Processes
-
Workstation Setup
-
IDE Configuration
-
Application Config
-
RedHat SSO Authorization Server
-
Known Issues