You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imports: ["import Box from '@mui/material/Box'","import TextField from '@mui/material/TextField'"],
45
+
props: [
46
+
'autoComplete',
47
+
'autoFocus',
48
+
'classes',
49
+
'color',
50
+
'defaultValue',
51
+
'disabled',
52
+
'error',
53
+
'FormHelperTextProps',
54
+
'fullWidth',
55
+
'helperText',
56
+
'id',
57
+
'InputLabelProps',
58
+
'inputProps',
59
+
'InputProps',
60
+
'inputRef',
61
+
'label',
62
+
'margin',
63
+
'maxRows',
64
+
'minRows',
65
+
'multiline',
66
+
'name',
67
+
'onChange',
68
+
'placeholder',
69
+
'required',
70
+
'rows',
71
+
'select',
72
+
'SelectProps',
73
+
'size',
74
+
'sx',
75
+
'type',
76
+
'value',
77
+
'variant'
78
+
]
79
+
},
80
+
{
81
+
id: 31,
82
+
tag: 'card',
83
+
name: 'Material UI Card',
84
+
style: {},
85
+
placeHolderShort: 'card',
86
+
placeHolderLong: 'Material UI Card Component',
87
+
icon: 'CardTravel',
88
+
framework: 'reactClassic',
89
+
nestable: true,
90
+
imports: ["import Box from '@mui/material/Box'","import Card from '@mui/material/Card'","import CardActions from '@mui/material/CardActions'","import CardContent from '@mui/material/CardContent'","import Button from '@mui/material/Button'","import Typography from '@mui/material/Typography'"],
0 commit comments