primevue-mirror/apps/showcase/doc/theming/unstyled/libraries/UnoCSSDoc.vue

12 lines
687 B
Vue
Raw Normal View History

2024-04-01 08:21:52 +00:00
<template>
<DocSectionText v-bind="$attrs">
<p>
To get started, UnoCSS should already be available in your application, if not visit the UnoCSS <a href="https://unocss.dev/integrations/">documentation</a> for the installation in various environments. Theming of PrimeVue components with
UnoCSS is mainly achieved with unstyled mode either using global setting or for a particular component only.
</p>
2024-07-03 10:28:54 +00:00
<p>For a sample, visit the <a href="https://github.com/primefaces/primevue-examples/tree/main/unstyled-unocss" target="_blank" rel="noopener noreferrer">example repository</a>.</p>
2024-04-01 08:21:52 +00:00
</DocSectionText>
</template>
<script></script>