在这里,我创建了一个组件SomeComponent
const SomeComponent = () => (
<div className={"some-class"}>
some text here
</div>
)
我可以像这样使用这个组件:
<SomeComponent text={"here is some text"} />
我想做同样的事情,但有一个开始和结束标签,如下所示:
<SomeComponent>
here is some text
</SomeComponent>
我怎样才能做到这一点?
撒科打诨
慕娘9325324
POPMUISE
相关分类