Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sula-components

基于sula注册的业务组件

readme

sula-components

Getting Started

Install dependencies,

$ npm i --save sula-component
$ import { EditTable } from 'sula-component'

registerFieldPlugin('editTable')(EditTable, true, true);