OOratiq

Section Header

Ready

Heading row with supporting actions.

Team members

Invite and manage access.

Installation

$ npx @oratiq-js/ui add section-header

Copies the component and everything it depends on into your project, then lists the npm packages to install. The code is yours after this.

Usage

import
import { SectionHeader } from "@/components/ui/section-header";

Props

PropTypeDefaultDescription
title*ReactNodeThe heading (renders an <h2>).
descriptionReactNodeSupporting line under the title.
actionsReactNodeEnd-edge slot for buttons or filters.
size"sm" | "default""default"Heading scale.
dividerbooleanfalseBorder under the row.

View source on GitHub → components/ui/section-header.tsx