<template>
    <DocSectionText v-bind="$attrs">
        <p>The compatible versions to choose the correct combination.</p>
        <div class="doc-tablewrapper">
            <table class="doc-table">
                <tbody>
                    <tr>
                        <td>PrimeVue v4 and newer</td>
                        <td>PrimeFlex v4</td>
                    </tr>
                    <tr>
                        <td>PrimeVue v3 and older</td>
                        <td>PrimeFlex v3</td>
                    </tr>
                </tbody>
            </table>
        </div>
    </DocSectionText>
</template>