p-divider
is used as 'horizontal or vertical rule' and displays a dividing line. The component is self-closing.
Slotted content between the component tags won't be displayed.<!doctype html>
<html lang="en" class="auto">
<head>
<title></title>
</head>
<body class="bg-base">
<p-divider></p-divider>
<script>
</script>
</body>
</html>