import React from 'react'; import { Input, Row, Col, Space, Icon, InputNumber } from '@btri-ui/base'; import style from './index.less'; const UI = () => { return ( <>
数字输入框
大尺寸
中尺寸
小尺寸
固定数字输入
数字输入验证失败
数字输入验证成功
微调器
微调器验证失败
微调器验证成功
); }; export default UI;