p-button-pure component is essential to perform events for interactions. A Button can be used with or without
a label, but it's recommended to keep the label visible for better usability whenever possible. When used
without a label, it is mandatory for accessibility to provide a descriptive label text for screen readers.p-button, the p-button-pure can be used as a submit button within a form for which a name and
value prop can be passed. See the click, focus, focusin, blur and focusout events on the p-button-pure.<!doctype html>
<html lang="en" class="scheme-light-dark">
<head>
<title></title>
</head>
<body class="bg-canvas">
<p-button-pure>
Some label
</p-button-pure>
<script>
</script>
</body>
</html>