p-tag-dismissible
is used in contexts where the user can actively remove a tag. It is often seen in filtering.<!doctype html>
<html lang="en" class="auto">
<head>
<title></title>
</head>
<body class="bg-base">
<p-tag-dismissible>
Some label
</p-tag-dismissible>
<script>
</script>
</body>
</html>