9 lines
422 B
Vue
9 lines
422 B
Vue
|
<template>
|
||
|
<DocSectionText v-bind="$attrs">
|
||
|
<p>
|
||
|
PrimeVue is a popular Vue UI library maintained by PrimeTek, a company renowned for its comprehensive set of UI components for various frameworks. PrimeTek is dedicated to providing high-quality, versatile, and accessible UI components
|
||
|
that help developers build better applications faster.
|
||
|
</p>
|
||
|
</DocSectionText>
|
||
|
</template>
|