We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62caca6 commit b68e789Copy full SHA for b68e789
src/api/built-in-components.md
@@ -29,7 +29,7 @@ Provides animated transition effects to a **single** element or component.
29
interface TransitionProps {
30
/**
31
* Used to automatically generate transition CSS class names.
32
- * e.g. `name: fade'` will auto expand to `.fade-enter`,
+ * e.g. `name: 'fade'` will auto expand to `.fade-enter`,
33
* `.fade-enter-active`, etc.
34
*/
35
name?: string
0 commit comments