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