{{- /* Usage: js-dismiss "ComponentName" */ -}}
{{- $name := .Get 0 -}}
Dismissal can be achieved with the `data-bs-dismiss` attribute on a button **within the {{ $name }}** as demonstrated below:
```html
```
or on a button **outside the {{ $name }}** using the additional `data-bs-target` as demonstrated below:
```html
```