UNPKG
sula-components
Version:
latest (1.0.1)
1.0.1
1.0.0
基于sula注册的业务组件
github.com/rodchen-king/sula-components
rodchen-king/sula-components
sula-components
/
README.md
13 lines
(8 loc)
•
207 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
# sula-components
## Getting Started
Install dependencies, ```bash $ npm i --save sula-component $ import { EditTable }
from
'sula-component'
registerFieldPlugin(
'editTable'
)(EditTable,
true
,
true
); ```