p-inline-notification
is a controlled component that provides action-based feedback messages (e.g. after
performing a task) or to convey informational and/or critical notification like some site related topics.<!doctype html>
<html lang="en" class="auto">
<head>
<title></title>
</head>
<body class="bg-base">
<p-inline-notification heading="Some heading" heading-tag="h2" description="Some description."></p-inline-notification>
<script>
</script>
</body>
</html>