Updated links
parent
0cac02f379
commit
dd756499b2
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "primevue",
|
||||
"version": "2.0.2-SNAPSHOT",
|
||||
"version": "2.0.2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/primefaces/primevue.git"
|
||||
|
|
|
@ -3,11 +3,17 @@
|
|||
<div class="layout-menu">
|
||||
<div class="menu-category">General</div>
|
||||
<div class="menu-items">
|
||||
<router-link to="/setup">Get Started</router-link>
|
||||
<router-link to="/theming">Theming</router-link>
|
||||
<a href="https://www.primefaces.org/designer/primevue">Designer</a>
|
||||
<a href="https://www.primefaces.org/designer/api/primevue/2.0.0">Sass API</a>
|
||||
<router-link to="/accessibility">Accessibility</router-link>
|
||||
<router-link to="/setup">Get Started</router-link>
|
||||
<a href="https://forum.primefaces.org/viewforum.php?f=110" target="_blank">Community Forum</a>
|
||||
<a href="https://github.com/primefaces/primevue" target="_blank">Source Code</a></li>
|
||||
<router-link to="/support">Support</router-link>
|
||||
</div>
|
||||
|
||||
<div class="menu-category">Theming</div>
|
||||
<div class="menu-items">
|
||||
<a href="https://www.primefaces.org/designer/primevue">Theme Designer</a>
|
||||
<a href="https://www.primefaces.org/designer-vue">Visual Editor</a>
|
||||
<a href="https://www.primefaces.org/designer/api/primevue/2.0.0">SASS API</a>
|
||||
</div>
|
||||
|
||||
<div class="menu-category">PrimeFlex</div>
|
||||
|
@ -231,6 +237,7 @@
|
|||
|
||||
<div class="menu-category">Misc</div>
|
||||
<div class="menu-items">
|
||||
<router-link to="/accessibility">Accessibility</router-link>
|
||||
<router-link to="/badge">Badge</router-link>
|
||||
<router-link to="/blockui">BlockUI</router-link>
|
||||
<router-link to="/inplace">Inplace</router-link>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
<li class="topbar-submenu-header">THEMING</li>
|
||||
<li><router-link to="/theming"><i class="pi pi-fw pi-file"/><span>Guide</span></router-link></li>
|
||||
<li><a href="https://www.primefaces.org/designer/primevue"><i class="pi pi-fw pi-palette" /><span>Designer</span></a></li>
|
||||
<li><a href="https://www.primefaces.org/designer-vue"><i class="pi pi-fw pi-desktop" /><span>Visual Editor</span></a></li>
|
||||
<li><router-link to="/icons"><i class="pi pi-fw pi-info-circle"/><span>Icons</span></router-link></li>
|
||||
<li class="topbar-submenu-header">BOOTSTRAP</li>
|
||||
<li><a @click="changeTheme($event, 'bootstrap4-light-blue')"><img src="demo/images/themes/bootstrap4-light-blue.svg" alt="Blue Light" /><span>Blue Light</span></a></li>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 421 KiB After Width: | Height: | Size: 255 KiB |
|
@ -184,7 +184,7 @@
|
|||
<p>PrimeVue is a design-agnostic library and the theming system is based on the Theme Designer, the official tool to create themes for the components. Designer includes a SASS enabled infrastructure that has over 500 customizable variables, a live editor
|
||||
and a Vue-CLI application to test your themes with ease along with built-in theme samples that are embedded in PrimeVue Core.</p>
|
||||
|
||||
<p>Visit <a href="https://www.primefaces.org/designer/primevue">Designer API HomePage</a> to learn more about the features and interact with the live editor.</p>
|
||||
<p>Visit <a href="https://www.primefaces.org/designer/primevue">Designer API HomePage</a> to learn more about the features and interact with the <a href="https://www.primefaces.org/designer-vue">live editor</a>.</p>
|
||||
<div class="p-grid">
|
||||
<div class="p-col-12">
|
||||
<img alt="PrimeVue Designer" src="../assets/images/primevue-designer.jpg" />
|
||||
|
|
Loading…
Reference in New Issue