# bs-accordion
```html
My Content 1
My Content 2
My Content 3
```
## Bindable properties
- **selectedItemId: string** ID of the selected item
## Bindable properties of bs-accordion-item
- id
- header
- selected
## Replacing the header template of an accordion item
Instead of just binding a header text, the header of an accordion item can be replaced like in the following examples:
```html
Important Title
Edit
My Content 1
```
```html
Just some "whatever you feel like and looks good to you" HTML code without the look of the standard accordion item header!