npm.io
0.1.0 • Published 5 years ago

@sinoform/comp-field-preview

Licence
MIT
Version
0.1.0
Deps
0
Size
12 kB
Vulns
0
Weekly
0

@sinoform/comp-field-preview

字段预览组件。

安装

yarn add @sinoform/comp-field-preview

使用

import FieldPreview from '@sinoform/comp-field-preview';

function Demo() {
  return <FieldPreview>...</FieldPreview>;
}