<template>
    <DocSectionText v-bind="$attrs">
        <p>List of class names used in the styled mode.</p>
    </DocSectionText>

    <div class="doc-tablewrapper">
        <table class="doc-table">
            <thead>
                <tr>
                    <th>Name</th>
                    <th>Element</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>p-galleria</td>
                    <td>Container element.</td>
                </tr>
                <tr>
                    <td>p-galleria-header</td>
                    <td>Header section.</td>
                </tr>
                <tr>
                    <td>p-galleria-footer</td>
                    <td>Footer section.</td>
                </tr>
                <tr>
                    <td>p-galleria-item-wrapper</td>
                    <td>Item wrapper element. It contains item container and indicators.</td>
                </tr>
                <tr>
                    <td>p-galleria-item-container</td>
                    <td>Container of the item wrapper. It contains navigation buttons, items and caption content.</td>
                </tr>
                <tr>
                    <td>p-galleria-indicators</td>
                    <td>Container of the indicators. It contains indicator items.</td>
                </tr>
                <tr>
                    <td>p-galleria-thumbnail-content</td>
                    <td>Thumbnail content element.</td>
                </tr>
                <tr>
                    <td>p-galleria-thumbnail-container</td>
                    <td>Container of the thumbnail content. It contains navigation buttons and thumbnail items.</td>
                </tr>
                <tr>
                    <td>p-galleria-caption</td>
                    <td>Content of the item caption.</td>
                </tr>
            </tbody>
        </table>
    </div>
</template>