ListTile
Renders a ListTile component.
How to use
import { ListTile } from '@automattic/components';
function render() {
return <ListTile title="Title" />;
}
Props
title: a string or react node representing the title of the list tile.subtitle: an optional string or react node.leading: an optional leading component to be displayed in the list tile.trailing: an optional trailing component to be displayed in the list tile. eg icon.