Interface: GridTitleProps
Defined in: components/GridTitle.tsx:9
Properties
className?
optionalclassName?:string
Defined in: components/GridTitle.tsx:34
Extra CSS class applied to the root element.
headingLevel?
optionalheadingLevel?:string
Defined in: components/GridTitle.tsx:31
Override the heading tag level. Defaults to 'h1'. Use 'h2' when the grid is embedded inside a page that already has an h1.
language?
optionallanguage?:string
Defined in: components/GridTitle.tsx:22
Language code for the content.
Defaults to 'NL'. Resolved from <PropellerProvider> when not passed explicitly.
title
title:
string
Defined in: components/GridTitle.tsx:16
The main heading text to display. Typically the category name, search term, or brand name.