Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
hores-external
/
9af037cc1d4c69daa83f1a8d0d6409ca50103950
/
.
/
node_modules
/
material-design-lite
/
src
/
chip
/
snippets
/
deletable.html
blob: 6200e39ecd5f06078ed63f952fc821faae8d0603 [
file
] [
log
] [
blame
]
<!-- Deletable Chip -->
<span
class
=
"mdl-chip mdl-chip--deletable"
>
<span
class
=
"mdl-chip__text"
>
Deletable Chip
</span>
<button
type
=
"button"
class
=
"mdl-chip__action"
><i
class
=
"material-icons"
>
cancel
</i></button>
</span>