Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 405 Bytes

ListFooter.md

File metadata and controls

24 lines (17 loc) · 405 Bytes

ListFooter

A special title block that can be placed at the bottom of a List

Examples:

import {List, ListFooter} from 'gadgets';
<List>
    <ListFooter title"footer string" />
</List>

Events

See Title component

Styles

  • ui-list-footer - A class style on the title block of the component.

Properties

See Title component