UNPKG

@activelylearn/material-ui

Version:

Material-UI's workspace package

10 lines (7 loc) 267 B
// @flow import React from 'react'; import Avatar from '@material-ui/core/Avatar'; import Chip from '@material-ui/core/Chip'; export default function DeletableAvatarChip() { return <Chip avatar={<Avatar>MB</Avatar>} label="SvgIcon Chip" onDelete={() => {}} />; }