This template comes with a variety of pre-built components that you can use to build your application quickly. All components are built with Nuxt UI and follow best practices for accessibility and performance.
The template leverages the full power of Nuxt UI, giving you access to over 100+ beautifully designed components.
The main navigation header used across all pages.
<AppHeader />
Footer component with links and social media icons.
<AppFooter />
Animated gradient background for hero sections.
<HeroBackground />
Video player component for showcasing features.
<PromotionalVideo />
Placeholder component for images with pattern background.
<ImagePlaceholder />
Animated stars background for call-to-action sections.
<StarsBg />
All components are auto-imported, so you can use them directly in your pages and components without explicit imports.
<template>
<UPage>
<UPageHeader
title="My Page"
description="Page description"
/>
<UPageBody>
<UPageCard>
<!-- Your content -->
</UPageCard>
</UPageBody>
</UPage>
</template>