-
Notifications
You must be signed in to change notification settings - Fork 21
Vuetify: hg‐button (HgButtonComponent)
Mike Lyttle edited this page Jun 16, 2023
·
3 revisions
- primary, secondary, danger, success, and link variants:
- Swap
<hg-button>
for<HgButtonComponent>
. - Using full names makes it easier to track down references.
- Because it's easier to use imported components in Vue 3 with Composition API single-file components, instead of registering the component globally, import it in each file it is used.
- Swap
- icon variants:
- Swap
<hg-button>
for<HgIconButtonComponent>
. See Vuetify: hg-button (HgIconButtonComponent).
- Swap
- carousel and nav variants:
- Stop using
<hg-button>
.
- Stop using
<HgButtonComponent>
<HgButtonComponent variant="secondary">
<HgButtonComponent color="error">
<HgButtonComponent color="success">
<HgButtonComponent variant="link">
<HgButtonComponent variant="link" color="error">
<HgButtonComponent size="small">
-
Developer Standard and Processes
-
Workstation Setup
-
IDE Configuration
-
Application Config
-
RedHat SSO Authorization Server
-
Known Issues