Use the button component to help users carry out an action like submitting a form, saving changes, or confirming a decision.
Write button text in sentence case, describing the action it performs. For example:
Do not use Button for navigation. Instead, use <NuxtLink> for internal links and <a> for external links.
On creator storefront pages, use theme-v2-primary-button class instead. it picks up the creator's theme color.
<Button label="Primary" /> <Button label="Secondary" severity="secondary" /> <Button label="Outlined" severity="secondary" outlined /> <Button label="Small" size="small" /> <Button label="Rounded" rounded /> <Button label="Save" icon="pi pi-check" /> <Button label="Saving..." loading /> <Button icon="pi pi-search" aria-label="Search" rounded outlined />
aria-label!important to override styles. Instead, use pt passthrough theme-v2-primary-button class