eg. material ui properties, alignItems etc convention: ux.props object can contain anything use it with spread operator: <Box {...field.ux.props} /> refactor mui.Box to this design
eg. material ui properties, alignItems etc
convention: ux.props object
can contain anything
use it with spread operator:
<Box {...field.ux.props} />
refactor mui.Box to this design