Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified

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.