We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07afca8 commit 7acb142Copy full SHA for 7acb142
infrastructure/eid-wallet/src/lib/fragments/AppNav/AppNav.svelte
@@ -22,4 +22,16 @@ const baseClasses = "w-full relative flex justify-center h-14 items-center";
22
<h4 class={cn(titleClasses)}>
23
{title}
24
</h4>
25
-</nav>
+</nav>
26
+
27
+<!--
28
+@component
29
+@name AppNav
30
+@description A component that displays the title of the current page and a back button.
31
+@props
32
+- title: string - The main title to display.
33
+- titleClasses: string - Additional classes to apply to the title element.
34
+@usage
35
+```svelte
36
+<AppNav title="My Title" />
37
+ -->
0 commit comments