Use the `current` attribute to change the navigation item to a current state and make it bold.

```html
<div class="flex flex-col gap-6">
  <sd-navigation-item class="w-[174px]" current>Current horizontal</sd-navigation-item>
  <sd-navigation-item vertical current>Current vertical</sd-navigation-item>
</div>
```
