<!doctype html>
<html lang="en" class="auto">
<head>
<title></title>
</head>
<body class="bg-base">
<p-button-group direction="{'base': 'column', 's': 'row'}">
<p-button variant="primary">
Some label
</p-button>
<p-button variant="secondary">
Some label
</p-button>
</p-button-group>
<script>
</script>
</body>
</html>