Updated docs

pull/411/head
cagataycivici 2020-07-23 11:47:22 +03:00
parent 41a2abf96a
commit 0d1eb5a51e
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<p>PrimeVue is a rich set of open source native components for Vue.</p> <p>PrimeVue is a rich set of open source native components for Vue.</p>
<h5>Download</h5> <h5>Download</h5>
<p>PrimeVue is available at npm, if you have an existing application run the following commands to download PrimeVue and PrimeIcons to your project.</p> <p>PrimeVue is available at <a href="https://www.npmjs.com/package/primevue">npm</a>, if you have an existing application run the following commands to download PrimeVue and PrimeIcons to your project.</p>
<CodeHighlight lang="js"> <CodeHighlight lang="js">
npm install primevue --save npm install primevue --save
@ -14,7 +14,7 @@ npm install primeicons --save
<h5>PrimeFlex</h5> <h5>PrimeFlex</h5>
<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 using PrimeVue components.</p> recommended to add PrimeFlex as it is likely to need such utilities when developing applications.</p>
<CodeHighlight lang="js"> <CodeHighlight lang="js">
npm install primeflex --save npm install primeflex --save
</CodeHighlight> </CodeHighlight>
@ -115,7 +115,7 @@ primeicons/primeicons.css //icons
</CodeHighlight> </CodeHighlight>
<h5>Free Themes</h5> <h5>Free Themes</h5>
<p>PrimeVue ships with 32 free themes to choose from, import paths are as follows.</p> <p>PrimeVue ships with 32 free themes to choose from.</p>
<CodeHighlight lang="css"> <CodeHighlight lang="css">
primevue/resources/themes/bootstrap4-light-blue/theme.css primevue/resources/themes/bootstrap4-light-blue/theme.css
primevue/resources/themes/bootstrap4-light-purple/theme.css primevue/resources/themes/bootstrap4-light-purple/theme.css