Section Navigation

This component renders navigation buttons for navigating between case studies, with optional "Previous Case" and "Next Case" buttons.

Props

Prop NameTypeDefaultRequiredDescription
prevStringundefinedNoThe URL for the "Previous Case" button. If not provided, the button will not be rendered.
nextStringundefinedNoThe URL for the "Next Case" button. If not provided, the button will not be rendered.
prevButtonTextStringPrevious CaseNoThe text for the "Prev Case" button.
nextButtonTextStringNext CaseNoThe text for the "Next Case" button.

Example

vue
<script setup lang="ts">
import VSectionNavigation from 'UiKit/components/VSection/VSectionNavigation.vue';
</script>
<template>
<VSectionNavigation :prev="'/case-study-previous'" :next="'/case-study-next'" />
</template>
Previous CaseNext Case
Help Ukraine to stop russian aggression