Update doc for Tag to add templating
parent
330d531fc3
commit
5cfa766281
|
@ -35,6 +35,16 @@ import Tag from 'primevue/tag';
|
||||||
<li>danger</li>
|
<li>danger</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h5>Templating</h5>
|
||||||
|
<p>Content can easily be customized with the default slot instead of using the built-in display.</p>
|
||||||
|
<pre v-code>
|
||||||
|
<code>
|
||||||
|
<Tag>
|
||||||
|
Content
|
||||||
|
</Tag>
|
||||||
|
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
<h5>Styling</h5>
|
<h5>Styling</h5>
|
||||||
<p>Following is the list of structural style classes, for theming classes visit <router-link to="/theming">theming</router-link> page.</p>
|
<p>Following is the list of structural style classes, for theming classes visit <router-link to="/theming">theming</router-link> page.</p>
|
||||||
<div class="doc-tablewrapper">
|
<div class="doc-tablewrapper">
|
||||||
|
|
Loading…
Reference in New Issue