@efox/topic-sdk
v0.0.16
Published
``` @efox/topic-sdk ```
Downloads
47
Maintainers
Keywords
Readme
EFOX-TOPIC
install
@efox/topic-sdk
use
import TopicSdk from '@efox/topic-sdk'
TopicSdk.renderComponent({
jsonChildren,
intl,
topicStore
}
TopicSdk.createChildren({
children: _children,
data: _data,
topicStore: this.props.topicStore
})
TopicSdk.createDom(
'div',
{
...pageData,
className: style.topicBox,
topicStore: this.props.topicStore,
key: pageData.id
},
children
)