Refactor on PrimeFlex

pull/1375/head
Tuğçe Küçükoğlu 2021-07-17 17:28:10 +03:00
parent d31b23c381
commit 8d412cf0db
8 changed files with 22 additions and 4 deletions

View File

@ -99,7 +99,7 @@
] ]
}, },
{ {
"name": "PrimeFlex", "name": "PrimeFlex 2.0",
"meta": ["primeflex"], "meta": ["primeflex"],
"children": [ "children": [
{ {

View File

@ -444,7 +444,7 @@ export default {
</div> </div>
<h5>Dependencies</h5> <h5>Dependencies</h5>
<p>None.</p> <p>PrimeFlex 2.0.0.</p>
</AppDoc> </AppDoc>
</template> </template>

View File

@ -38,6 +38,9 @@
<h5>Customization</h5> <h5>Customization</h5>
<p>A custom build with different values can be obtained from <a href="https://github.com/primefaces/primeflex">PrimeFlex</a> using the _variables.scss file.</p> <p>A custom build with different values can be obtained from <a href="https://github.com/primefaces/primeflex">PrimeFlex</a> using the _variables.scss file.</p>
<h5>Dependencies</h5>
<p>PrimeFlex 2.0.0.</p>
</AppDoc> </AppDoc>
</template> </template>

View File

@ -14,6 +14,9 @@
&lt;div class="p-shadow-24" /&gt; &lt;div class="p-shadow-24" /&gt;
</code></pre> </code></pre>
<h5>Dependencies</h5>
<p>PrimeFlex 2.0.0.</p>
</AppDoc> </AppDoc>
</template> </template>

View File

@ -534,6 +534,9 @@
<div>Item 1</div> <div>Item 1</div>
<div class="p-mt-auto">Item 2</div> <div class="p-mt-auto">Item 2</div>
</div> </div>
<h5>Dependencies</h5>
<p>PrimeFlex 2.0.0.</p>
</div> </div>
</div> </div>
</template> </template>

View File

@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<div class="content-section documentation"> <div class="content-section documentation">
<h1>PrimeFlex</h1> <h1>PrimeFlex (v2.0.0)</h1>
<p>PrimeFlex is a CSS utility library featuring various helpers such as a grid system, flexbox, spacing, elevation and more. Although it is not required, it is highly <p>PrimeFlex is a CSS utility library featuring various helpers such as a grid system, flexbox, spacing, elevation and more. Although it is not required, it is highly
recommended to add PrimeFlex as it is likely to need such utilities when developing applications with PrimeVue.</p> recommended to add PrimeFlex as it is likely to need such utilities when developing applications with PrimeVue.</p>
@ -9,7 +9,7 @@
<p>PrimeFlex is available at <a href="https://www.npmjs.com/package/primeflex">npm</a>, if you have an existing application run the following commands to install it.</p> <p>PrimeFlex is available at <a href="https://www.npmjs.com/package/primeflex">npm</a>, if you have an existing application run the following commands to install it.</p>
<pre v-code.script><code> <pre v-code.script><code>
npm install primeflex --save npm install primeflex@2.0.0 --save
</code></pre> </code></pre>

View File

@ -60,6 +60,9 @@
<h5>Customization</h5> <h5>Customization</h5>
<p>A custom build with different values can be obtained from <a href="https://github.com/primefaces/primeflex">PrimeFlex</a> using the _variables.scss file.</p> <p>A custom build with different values can be obtained from <a href="https://github.com/primefaces/primeflex">PrimeFlex</a> using the _variables.scss file.</p>
<h5>Dependencies</h5>
<p>PrimeFlex 2.0.0.</p>
</AppDoc> </AppDoc>
</template> </template>

View File

@ -62,6 +62,12 @@
&lt;div class="p-text-italic"&gt;Italic&lt;/div&gt; &lt;div class="p-text-italic"&gt;Italic&lt;/div&gt;
</template> </template>
</code></pre> </code></pre>
<h5>Customization</h5>
<p>A custom build with different values can be obtained from <a href="https://github.com/primefaces/primeflex">PrimeFlex</a> using the _variables.scss file.</p>
<h5>Dependencies</h5>
<p>PrimeFlex 2.0.0.</p>
</AppDoc> </AppDoc>
</template> </template>