-
[React] BoxPrograming/React 2023. 7. 14. 08:20
The sx prop
https://mui.com/system/getting-started/the-sx-prop/
Align Rating into the cener of box content.
<BoxnoValidatecomponent="form"sx={{display: 'flex',flexDirection: 'column',m: 'auto',width: 'fit-content',}}><Ratingname="simple-controlled"value={value}onChange={(event, newValue) => {setValue(newValue);}}/></Box>'Programing > React' 카테고리의 다른 글
[React Native] Enable/Disable debugging mode in android emulator (0) 2024.02.14 [React Native] Lifecycle of Class Component (0) 2024.02.13 [troubleshooting] Icon was not shown when using react-native-vector-icons (0) 2023.10.31 [React] 컴포넌트의 생명 주기 (0) 2023.07.31 [React] Event.stopPropagation() (0) 2023.07.25