@fvc/accordion 1.1.2-rc.0 → 1.1.2-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -68,7 +68,7 @@ Bordered is the default. Pass `bordered: false` inside `collapseProps` to remove
|
|
|
68
68
|
|
|
69
69
|
### Collapse Layout Mode
|
|
70
70
|
|
|
71
|
-
Use `collapse` for a flat,
|
|
71
|
+
Use `collapse` for a flat, borderless layout without rounded corners — suitable for panels embedded inside cards or drawers.
|
|
72
72
|
|
|
73
73
|
```tsx
|
|
74
74
|
<Accordion
|