UNPKG

@activelylearn/material-ui

Version:

Material-UI's workspace package

9 lines (6 loc) 213 B
// @flow import React from 'react'; import ListSubheader from '@material-ui/core/ListSubheader'; export default function PrimaryListSubheader() { return <ListSubheader color="primary">Title</ListSubheader>; }