List Header

Installation

import { ListHeader, ListHeaderProps } from 'hc-mobile-app-ui';

Example

Props

Name
Type
Description

title

string

Title of the list.

linkLabel

function

Label for the link shown on right.

onLinkPress

function

Function to be called when the link on right is pressed.

Last updated