Use the `orientation` attribute to set the axis of a divider:

- `horizontal`(default)
- `vertical`

```html
<div class="flex items-center gap-12">
  <sd-divider orientation="horizontal" style="width: 120px"></sd-divider>
  <sd-divider orientation="vertical" style="height: 120px"></sd-divider>
</div>
```
