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 e0633e6 commit 52f1fcdCopy full SHA for 52f1fcd
README.md
@@ -59,17 +59,14 @@ function Wrapper() {
59
imageSrc={'path/to/custom/image'}
60
BannerProps={{ elevation: 0, variant: "outlined" }}
61
onContextReady={context => {
62
-
+ // access to component context here
63
}}
64
ContainerProps={{
65
elevation: 0,
66
variant: "outlined",
67
- sx: {
68
- p: 1,
69
- background: theme.palette.background.default
70
- }
+ sx: { p: 1 }
71
72
- placeholderImageDimension={{
+ PlaceholderImageDimension={{
73
xs: { width: 128, height: 128 },
74
sm: { width: 128, height: 128 },
75
md: { width: 164, height: 164 },
0 commit comments