Refactor on PrimeFlex
parent
d31b23c381
commit
8d412cf0db
|
@ -99,7 +99,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "PrimeFlex",
|
"name": "PrimeFlex 2.0",
|
||||||
"meta": ["primeflex"],
|
"meta": ["primeflex"],
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,9 @@
|
||||||
<div class="p-shadow-24" />
|
<div class="p-shadow-24" />
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
<h5>Dependencies</h5>
|
||||||
|
<p>PrimeFlex 2.0.0.</p>
|
||||||
</AppDoc>
|
</AppDoc>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -62,6 +62,12 @@
|
||||||
<div class="p-text-italic">Italic</div>
|
<div class="p-text-italic">Italic</div>
|
||||||
</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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue