Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 991 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 991 Bytes

English | 简体中文

LB-Components

基于 LB-Annotation 开发,即插即用的标注组件库。支持拉框、标签、多边形、线条、点、文本标注工具。开发者可根据需求配置,快速实现多种标注功能。

📦 Install

# NPM
$ npm install @labelbee/lb-components

# YARN
$ yarn add @labelbee/lb-components

🪵 Requirements

PureDependencies Version
react >=16.9.0
antd >=4.15.0

🔨 Usage

🔗 Examples

ToolLists

  • rectTool 拉框工具
  • tagTool  标签工具
  • polygonTool 多边形工具
  • pointTool 标点工具
  • textTool文本工具
  • lineTool 线条工具