use-design-system/ListHeader

Render a reusable ListHeader component with titles, descriptions, and actions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tokijh/minapp --skill use-design-system-listheader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: use-design-system/ListHeader
Source: https://github.com/tokijh/minapp/tree/main/.claude/skills/use-design-system/subskills/ListHeader
Command: npx skills add https://github.com/tokijh/minapp --skill use-design-system-listheader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured and visually appealing way to create headers for list sections, improving navigation and information hierarchy within an application.

Core Features & Use Cases

  • Title and Description: Clearly label list sections with a main title and an optional descriptive subtitle.
  • Actionable Elements: Include right-aligned text or buttons for actions like "View All" or "Add New".
  • Use Case: Use ListHeader to create a section title for "Recent Transactions" with a description like "Last 30 days" and a "View All" button on the right.

Quick Start

Use the ListHeader component to display a title "Participants" for a list section.

Frequently Asked Questions about use-design-system/ListHeader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a section header to a list in a React design system?

You add a section header to a list using a reusable React UI component to render titles, descriptions, and right-aligned actions, establishing clear information hierarchy and navigation within your React design system.

What is the best way to structure list sections with titles and action buttons in a frontend UI?

The best way to structure list sections is using a dedicated UI component that aligns titles and descriptions on the left with actionable elements like View All buttons on the right, ensuring visual consistency across your frontend application.

Can I include a clickable View All button next to a list section title?

Yes, you can include a clickable View All button by utilizing right-aligned actionable elements within the list header, which support customizable click handlers for interactive user actions.

Does the list header component support ARIA accessibility for interactive elements?

Yes, the list header component supports ARIA accessibility for interactive elements, ensuring that actionable text and buttons remain navigable and compliant for users relying on assistive technologies.

When should I use a dedicated list header component instead of plain text in a UI?

You should use a dedicated list header component instead of plain text when you need to organize content sections with titles, descriptive subtitles, and optional actions to improve navigation and UI consistency in list-based interfaces.