Skip to content

Commit

Permalink
docs: List the components with transition props (quasarframework#14144)
Browse files Browse the repository at this point in the history
Co-authored-by: Yusuf Kandemir <yusuf.kandemir@outlook.com.tr>
  • Loading branch information
disarticulate and yusufkandemir committed Nov 21, 2022
1 parent 1564ef9 commit 10adb87
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/src/pages/options/transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,26 @@ components:
- transitions/TransitionList
---

There are a few Quasar components that implement transitions through `transition-show`/`transition-hide` or `transition-prev`/`transition-next` or simply `transition` props. We're going to showcase these transitions here.
There are a few Quasar components that implement transitions through `transition-show`/`transition-hide` or `transition-prev`/`transition-next` or simply `transition` props:

- `transition-show`/`transition-hide`
- [QBtnDropdown](/vue-components/button-dropdown)
- [QInnerLoading](/vue-components/inner-loading)
- [QTooltip](/vue-components/tooltip)
- [QMenu](/vue-components/menu)
- [QDialog](/vue-components/dialog)
- [QSelect](/vue-components/select) (through QMenu and QDialog)
- [QPopupProxy](/vue-components/popup-proxy) (through QMenu and QDialog)

- `transition-prev`/`transition-next`
- [QCarousel](/vue-components/carousel)
- [QTabPanels](/vue-components/tab-panels)
- [QStepper](/vue-components/stepper)

- `transition`
- [QIntersection](/vue-components/intersection)

We're going to showcase these transitions here.

<transition-list />

Expand Down

0 comments on commit 10adb87

Please sign in to comment.