10 lines
713 B
Vue
10 lines
713 B
Vue
<template>
|
|
<DocSectionText v-bind="$attrs">
|
|
<p>
|
|
Contributing to PrimeVue comes with several benefits. Being part of an open-source project will enhance your career and open up exciting opportunities. Contributors and Committers will be listed on our
|
|
<NuxtLink to="/team">team page</NuxtLink>. You'll gain significant visibility in the developer community while improving yourself as a professional.
|
|
</p>
|
|
<p>You'll be invited to a private communication channel at Discord to get in touch with PrimeTek. In addition, contributors have access to all PrimeVue add-ons like Premium Templates, Blocks, and UI Kit free of charge.</p>
|
|
</DocSectionText>
|
|
</template>
|