<template>
    <DocSectionText v-bind="$attrs">
        <p>Visit the <a href="https://github.com/primefaces/primevue-examples/tree/main/vite-unstyled-tailwind" target="_blank" rel="noopener noreferrer">vite-unstyled-tailwind</a> project as an example.</p>
    </DocSectionText>
</template>

<script>
export default {};
</script>