书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 205 个相关结果.
  • Converting

    Converting Converting Sometimes, you may want to animate a wall being broken down by an object,or a bunch of objects collapsing, falling, or bouncing with accurate physics. You...
  • LocaleProvider 多语言

    LocaleProvider多语言 定义 说明 图片展示 代码演示 属性 LocaleProvider多语言 author: 闫申申 定义 用于默认信息等可配置不同语言展示、也可以通过调整属性值来调整展示信息。 说明 两种方式更改信息展示:1、配置LocaleProvider组件的locale属性值,如:enUS、zhCN。2、...
  • CarRecord 用车纪录

    CarRecord用车纪录 定义 图片展示 代码演示 属性 CarRecord用车纪录 author: 闫申申 定义 用车纪录代码。 图片展示 代码演示 import CarRecord from 'pile/dist/components/record' let filedMap = {...
  • Label 标签

    Label标签 定义 图片展示 代码演示 属性 Label标签 author: 闫申申 定义 结果页 图片展示 代码演示 import Label from 'pile/dist/components/label' < Label type = "success" >成功类标签</ Label > ...
  • Grid 栅格

    Grid栅格 定义 图片展示 代码演示 属性 Grid栅格 author: 闫申申 定义 栅格布局组件。 图片展示 代码演示 import Grid from 'pile/dist/components/grid' < Grid flexCells > <div> </ div > ...
  • Checkbox 复选框

    Checkbox复选框 定义 图片展示 代码演示 属性 Checkbox复选框 author: 闫申申 定义 滑动条组件 图片展示 代码演示 import Form from 'pile/dist/components/form' const { Checkbox } = Form < ...
  • CarNumberPicker 选择车牌

    CarNumberPicker选择车牌 定义 图片展示 代码演示 属性 CarNumberPicker选择车牌 author: 闫申申 定义 车牌号码省份简称以及后面紧跟的英文字母。 图片展示 代码演示 import Picker from 'pile/dist/components/picker' c...
  • Switch 开关

    Switch开关 定义 图片展示 代码演示 属性 Switch开关 author: 闫申申 定义 开关选择器,需要表示开关状态/两种状态之间的切换时。 图片展示 代码演示 import Switch from 'pile/dist/components/switch' < Switch isSmall...
  • Mask 遮罩

    Mask遮罩 定义 图片展示 代码演示 属性 Mask遮罩 author: 赵婕 定义 用于弹层等需要遮挡底部内容。 图片展示 代码演示 import Mask from 'pile/dist/components/mask' < Mask transparent ={ true } /> ...
  • Choosing a Worker Type

    Choosing a Worker Type Choosing a Worker Type The default synchronous workers assume that your application is resource-bound in terms of CPU and network bandwidth. Generally th...