Fixed texts
parent
2007c3a287
commit
72c077f1ad
|
@ -308,7 +308,7 @@
|
|||
{
|
||||
"key": "7-1",
|
||||
"data":{
|
||||
"name":"primeng.png",
|
||||
"name":"primevue.png",
|
||||
"size":"30kb",
|
||||
"type":"Picture"
|
||||
}
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
<h3>PrimeVue Designer API</h3>
|
||||
<div class="p-grid">
|
||||
<div class="p-col-12">
|
||||
<img alt="PrimeReact Designer" src="../assets/images/primevue-designer.jpg" />
|
||||
<img alt="PrimeVue Designer" src="../assets/images/primevue-designer.jpg" />
|
||||
<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>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="content-section introduction">
|
||||
<div class="feature-intro">
|
||||
<h1>DataTable <span>Crud</span></h1>
|
||||
<p>This samples demonstrates a CRUD implementation using various PrimeReact components.</p>
|
||||
<p>This samples demonstrates a CRUD implementation using various PrimeVue components.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -406,7 +406,7 @@ export default {
|
|||
</TabPanel>
|
||||
|
||||
<TabPanel header="Source">
|
||||
<a href="https://github.com/primefaces/primereact/tree/master/src/showcase/dataview" class="btn-viewsource" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://github.com/primefaces/primevue/tree/master/src/showcase/dataview" class="btn-viewsource" target="_blank" rel="noopener noreferrer">
|
||||
<span>View on GitHub</span>
|
||||
</a>
|
||||
<CodeHighlight>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="content-section introduction">
|
||||
<div class="feature-intro">
|
||||
<h1>Icons</h1>
|
||||
<p>PrimeReact components internally use <a href="https://github.com/primefaces/primeicons">PrimeIcons</a> library, the official icons suite from <a href="https://www.primetek.com.tr">PrimeTek</a>.</p>
|
||||
<p>PrimeVue components internally use <a href="https://github.com/primefaces/primeicons">PrimeIcons</a> library, the official icons suite from <a href="https://www.primetek.com.tr">PrimeTek</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -241,7 +241,7 @@ onPage(event) {
|
|||
</TabPanel>
|
||||
|
||||
<TabPanel header="Source">
|
||||
<a href="https://github.com/primefaces/primereact/tree/master/src/showcase/paginator" class="btn-viewsource" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://github.com/primefaces/primevue/tree/master/src/showcase/paginator" class="btn-viewsource" target="_blank" rel="noopener noreferrer">
|
||||
<span>View on GitHub</span>
|
||||
</a>
|
||||
<CodeHighlight>
|
||||
|
|
|
@ -419,7 +419,7 @@ export default class NodeService {
|
|||
{
|
||||
"key": "7-1",
|
||||
"data":{
|
||||
"name":"primeng.png",
|
||||
"name":"primevue.png",
|
||||
"size":"30kb",
|
||||
"type":"Picture"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue