Home
NexoPOS

ns-page-title

Overview

The ns-page-title component renders a standard title block for dashboard pages. It keeps page headings visually consistent across NexoPOS views.

Slots

  • title: the page heading.
  • description: supporting text shown below the heading.
<ns-page-title>
    <template #title>Products</template>
    <template #description>Manage products, stock, and product settings.</template>
</ns-page-title>