React

props 로 컴포넌트 전달

nockdoo 2020. 7. 1. 13:09
const comp = <Text></Text>;

return (
	<Box textBox={comp}></Box>
)

 

저작자표시 (새창열림)