How to position a button on the left side
How can we position a button on the left side of the form instead of the right?
Note: you can ask me a follow up question by @ mentioning me again edit components with command from .
createswizzleswizzlecliSwizzle ReadyfooterButtonProps <Create title="" footerButtonProps={{
style: {
float: "left",
marginLeft: "24px"
},
}}
</Create>