Codesandbox samples removed

This commit is contained in:
tugcekucukoglu 2024-01-30 11:16:35 +03:00
parent 13e5910259
commit b11f12c7ef
217 changed files with 294 additions and 307 deletions

View file

@ -1,12 +1,12 @@
<template>
<DocSectionText v-bind="$attrs">
<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 hideCodeSandbox hideStackBlitz />
<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">
<Button label="Check" icon="pi pi-check" unstyled />
</div>
<DocSectionCode :code="code2" hideToggleCode hideCodeSandbox hideStackBlitz />
<DocSectionCode :code="code2" hideToggleCode hideStackBlitz />
</DocSectionText>
</template>