mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
docs(accordion): fix typo (#2133)
This commit is contained in:
parent
e551226ff2
commit
95ffa64d41
@ -184,7 +184,7 @@ Here's an example of how to customize the accordion styles:
|
||||
| selectionBehavior | `toggle` \| `replace` | The accordion selection behavior. | `toggle` |
|
||||
| isCompact | `boolean` | Whether all Accordion items should be smaller. | `false` |
|
||||
| isDisabled | `boolean` | Whether the Accordion items are disabled. | |
|
||||
| showDivider | `boolean` | WWhether to display a divider at the bottom of the each accordion item. | `true` |
|
||||
| showDivider | `boolean` | Whether to display a divider at the bottom of the each accordion item. | `true` |
|
||||
| DividerProps | [DividerProps](/docs/components/divider) | The divider component props. | - |
|
||||
| hideIndicator | `boolean` | Whether the Accordion items indicator is hidden. | |
|
||||
| disableAnimation | `boolean` | Whether the Accordion items open/close animation is disabled. | |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user