0.1.0 • Published 4 years ago

@sinoform/comp-field-preview v0.1.0

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

@sinoform/comp-field-preview

字段预览组件。

安装

yarn add @sinoform/comp-field-preview

使用

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

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