UNPKG

@wq/material-web

Version:

Web bindings for @wq/material

8 lines (6 loc) 227 B
import React from "react"; import { useComponents, Link } from "@wq/react"; export default function ListItemLink(props) { const { ListItem } = useComponents(); return <ListItem button component={Link} {...props} />; }