Migrated demos

This commit is contained in:
Cagatay Civici 2024-05-20 15:14:38 +03:00
parent 1f86b4906f
commit 48f92d3966
454 changed files with 3920 additions and 3920 deletions

View file

@ -3,7 +3,7 @@
<p>Unstyled mode is enabled for the whole suite by setting <i>unstyled</i> as true during PrimeVue installation.</p>
<DocSectionCode :code="code1" hideToggleCode importCode hideStackBlitz />
<p>Alternatively even in the default styled mode, a particular component can still be used as unstyled by adding the <i>unstyled</i> prop of the component.</p>
<div class="card flex justify-content-center">
<div class="card flex justify-center">
<Button label="Check" icon="pi pi-check" unstyled />
</div>
<DocSectionCode :code="code2" hideToggleCode hideStackBlitz />