fix(docs): accordion itemClasses (#2406)

This commit is contained in:
աӄա 2024-02-27 22:30:33 +08:00 committed by GitHub
parent dec7d411b5
commit dc91ab8bc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,7 +132,7 @@ Accordion is a controlled component, which means you need to control the `select
You can customize the accordion and accordion items styles by using any of the following properties:
- `className`: The class name of the accordion. Modify the accordion wrapper styles.(Accordion)
- `itemStyles`: The styles of the accordion item. Modify all accordion items styles at once. (Accordion)
- `itemClasses`: The class names of the accordion items. Modify all accordion items styles at once. (Accordion)
- `classNames`: The class names of the accordion items. Modify each accordion item styles separately. (AccordionItem)
Here's an example of how to customize the accordion styles: