I want to use Material Design Component: Lists into my Progressive Web App Starter Kit.
So...
npm install @material/list
Now what?
All I can think to do is
import { MDCList } from '@material/list/dist/mdc.list.css'
or
<link rel="stylesheet" href="/node_modules/@material/list/dist/mdc.list.css"/>
Both produce errors. What should I do?