1.0.4 • Published 6 years ago

layout-comps v1.0.4

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
6 years ago

layout-fondle

装修平台自定义组件.

example

import { utils, context, Book } from 'react-fondle';
import Logic, { compStore } from 'layout-comps';

import { API } from 'config';

const { Store } = context;

Logic.setServices(API);

render((
  <Store compStore={compStore} {...others}>
    <Logic
      Comp={Book}
      {...others}
      />
  </Store>
), dom)