File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/src/pages/components/floating-action-button Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Only one floating action button is recommended per screen to represent the most
2121
2222## Size
2323
24- Use the ` size ` property for larger or smaller floating action buttons.
24+ Use the ` size ` prop for larger or smaller floating action buttons.
2525
2626{{"demo": "pages/components/floating-action-button/FloatingActionButtonSize.js"}}
2727
@@ -36,4 +36,4 @@ The Zoom transition can be used to achieve this. Note that since both the exitin
3636animations are triggered at the same time, we use ` enterDelay ` to allow the outgoing Floating Action Button's
3737animation to finish before the new one enters.
3838
39- {{"demo": "pages/components/floating-action-button/FloatingActionButtonZoom.js", "bg": true}}
39+ {{"demo": "pages/components/floating-action-button/FloatingActionButtonZoom.js", "bg": true}}
You can’t perform that action at this time.
0 commit comments