Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 816 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 816 Bytes

组件名

组件描述。

何时使用

组件1

组件 API

参数 说明 类型 默认值
test1 测试1 string -
test2 测试2 number 0
test3 测试3 array []
test4 测试4 array ['#82c85b', '#119dfe', '#f23053']

代码示例

    <Dial
      test1={styles.dial}
      test2={250}
      test3={0.7}
      test4={80}
    />