Refactor on PrimeFlex
parent
d31b23c381
commit
8d412cf0db
|
@ -99,7 +99,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"name": "PrimeFlex",
|
||||
"name": "PrimeFlex 2.0",
|
||||
"meta": ["primeflex"],
|
||||
"children": [
|
||||
{
|
||||
|
|
|
@ -444,7 +444,7 @@ export default {
|
|||
</div>
|
||||
|
||||
<h5>Dependencies</h5>
|
||||
<p>None.</p>
|
||||
<p>PrimeFlex 2.0.0.</p>
|
||||
</AppDoc>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -38,6 +38,9 @@
|
|||
|
||||
<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>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
<div class="p-shadow-24" />
|
||||
|
||||
</code></pre>
|
||||
|
||||
<h5>Dependencies</h5>
|
||||
<p>PrimeFlex 2.0.0.</p>
|
||||
</AppDoc>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -534,6 +534,9 @@
|
|||
<div>Item 1</div>
|
||||
<div class="p-mt-auto">Item 2</div>
|
||||
</div>
|
||||
|
||||
<h5>Dependencies</h5>
|
||||
<p>PrimeFlex 2.0.0.</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<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
|
||||
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>
|
||||
|
||||
<pre v-code.script><code>
|
||||
npm install primeflex --save
|
||||
npm install primeflex@2.0.0 --save
|
||||
|
||||
</code></pre>
|
||||
|
||||
|
|
|
@ -60,6 +60,9 @@
|
|||
|
||||
<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>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -62,6 +62,12 @@
|
|||
<div class="p-text-italic">Italic</div>
|
||||
</template>
|
||||
</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>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue