mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Padding added demos
This commit is contained in:
parent
8a0dc7c294
commit
c555e258c0
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
<DocSectionText v-bind="$attrs">
|
||||
<p>Each StepperPanel content can easily be customized with the default slot instead of using the built-in modes. Additionally, header, content, and separator sections of the StepperPanel are customizable via templating.</p>
|
||||
</DocSectionText>
|
||||
<div class="card flex flex-column justify-content-center">
|
||||
<div class="card flex flex-column justify-content-center" style="padding-left: 20rem; padding-right: 20rem">
|
||||
<Stepper v-model:activeStep="active">
|
||||
<StepperPanel>
|
||||
<template #header="{ index, clickCallback, headerClass, numberClass }">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue