New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

yonui-ys

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yonui-ys

yonui ys

3.1.42
latest
Version published
Weekly downloads
3.3K
67.6%
Maintainers
16
Weekly downloads
 
Created

yonui-ys

YonSuite交互风格主题包

npm version devDependency Status NPM downloads

NPM

安装

npm install yonui-ys -S

使用

import { Button } from 'yonui-ys';
import 'yonui/lib/theme/index.less';
...

ReactDOM.render(
  <div>
    <Button type="primary">Primary</Button>
    <Button>Default</Button>
    <Button type="dashed">Dashed</Button>
    <Button type="danger">Danger</Button>
  </div>
, mountNode);

使用CDN的方式使用,页面加载yonui-ys/dist/index.cssyonui-ys/dist/index.js后,设置

  // 构建排除指定包
  externals: {
      "yonui-ys": "YonuiYs"
  }

tinper项目升级指南

  • SvgIcon 目前需要单独引入,参考这里
  • 样式引入改为 import 'yonui/lib/theme/tinper.less
  • 新增以下配置文件,即可兼容
export {
  Affix,
  Anchor,
  AutoComplete,
  Badge,
  CarouselFigure,
  Col,
  Con,
  Checkbox,
  Card,
  Collapse,
  Cascader,
  Calendar,
  Dropdown,
  DatePicker,
  Grid,
  Form,
  Locale,
  Input,
  InputNumber,
  Menu,
  Notification,
  Popconfirm,
  Popover,
  Pagination,
  Progress,
  Radio,
  Row,
  Switch,
  Select,
  Slider,
  Steps,
  Tag,
  Tabs,
  TimePicker,
  Tree,
  TreeSelect,
  Transfer,
  Upload,
  Tooltip,
  ProgressBar,
  Timeline,
  Panel,
  Loading,
  Message,
  ButtonGroup,
  Label,
  SearchPanel,
  Tile,
  FormControl,
  PageLayout,
  Clipboard,
  ColorPicker,
  LoadingState,
  Viewer,
  Breadcrumb,
  Navbar,
  Backtop,
  Alert,
  Drawer,
  InputGroup,
  FormGroup,
  Rate,
  Table,
  BeeModal as Modal,
  BeeIcon as Icon,
  BeeCheckbox as Checkbox,
  BeeRadio as Radio,
  BeeCollapse as Collapse,
  BeeLoading as Loading,
  BeeButton as Button,
  BeePopconfirm as Popconfirm,
  BeeTabs as Tabs
} from 'yonui-ys';

分支管理

分支管理

Referance

调试文档
维护手册
字体图标

Keywords

FAQs

Package last updated on 29 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts