mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(docs): accordion itemClasses (#2406)
This commit is contained in:
parent
dec7d411b5
commit
dc91ab8bc9
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user