Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvermeyen committed Mar 23, 2019
1 parent 6047bc3 commit b72b4cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Default: `height`
</collapse-transition>
```

> If you collapse the width of a container, the content of its children might wrap on new lines. To remedy this, you can either add a fixed height to the children or use the CSS rule `white-space: nowrap`.
#### ☑️ Class Names

Vue will also set the usual [transition classes](<https://vuejs.org/v2/guide/transitions.html#Transition-Classes>). By default, the transition `name` is `collapse`, so the classes would be like `collapse-enter` and `collapse-leave-to`. You can choose another name if you wish.
Expand Down

0 comments on commit b72b4cc

Please sign in to comment.