yiisoft / yii-bootstrap5

Yii Framework Bootstrap 5 support
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
60 stars 20 forks source link

Add customization for Accordion #71

Closed Gerych1984 closed 2 years ago

Gerych1984 commented 2 years ago
Q A
Is bugfix?
New feature? ✔️
Breaks BC? ✔️
  1. Allow no one expanded item if set to all item['expand'] = false
  2. Allow header custom class and custom tag - may solve SEO problem with **h*** tags
  3. Allow header options and toggle options for each item - maybe used for highlight some headers or something else
  4. Change access getId() to public - that allow send it to some js/vue/jquery etc application