0.0.16 • Published 4 years ago

@efox/topic-sdk v0.0.16

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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
)