Skip to content

Commit 7ee7a10

Browse files
committed
Update README.md
1 parent b0640dc commit 7ee7a10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@ Used to get the actual DOM ref of `Bar`.
185185
## Customize resize behavior
186186
If you want to customize behavior of resizing, then you have to know how to use `Resizer`.
187187

188-
There is two ways to get the `Resizer`. One is [`beforeApplyResizer`](#beforeapplyresizer) defined on the __props__ of `Container`, and the other is [`getResizer`](#getresizer) defined on the __instance__ of `Container`. Beware that you need __manually__ calling [`applyResizer`](#applyresizer) every time you want to apply the effect, except in [`beforeApplyResizer`](#beforeapplyresizer).
188+
There is two ways to get the `Resizer`. One is [`beforeApplyResizer`](#beforeapplyresizer) defined on the __props__ of `Container`, and the other is [`getResizer`](#getresizer) defined on the __instance__ of `Container`.
189+
190+
Beware that you need __manually__ calling [`applyResizer`](#applyresizer) every time you want to apply the effect, except in `beforeApplyResizer`. Check demo [Make Section collapsible](https://codesandbox.io/s/1vpy7kz5j3) to see how `applyResizer` is used.
189191

190192
```typescript
191193
interface Resizer {

0 commit comments

Comments
 (0)