Docs
Annotated
Annotated
Use for settings pages. When settings are grouped thematically in annotated sections, the title and description on each section helps users quickly find the setting they’re looking for.
Store details
Your customers will use this information to contact you.
Usage
import { AnnotatedLayout, AnnotatedSection } from "@/components/ui/annotated"
<AnnotatedLayout>
<AnnotatedSection
title="Store details"
description="Your customers will use this information to contact you."
>
Details
</AnnotatedLayout>
</AnnotatedLayout>