书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 33 个相关结果.
  • Beeshell —— 开源的 React Native 组件库

    1789 2018-10-19 《Beeshell 文档手册》
    Beeshell —— 开源的 React Native 组件库 介绍 系统设计 组件库实现 测试 开发与使用一致性 未来展望
  • Tab 组件

    Tab Install Usage 引入方式 全部引入 单独引入 Examples Code Props Tab 标签页组件。 Install npm install beeshell Usage 引入方式 全部引入 import { Tab } from 'beeshell' ; ...
  • Input 输入框

    Input Install Usage 引入方式 全部引入 单独引入 Examples Code Props Input 输入框组件。 Install npm install beeshell Usage 引入方式 全部引入 import { Input } from 'beeshell'...
  • Checkbox 多选

    Checkbox Install Usage 引入方式 全部引入 单独引入 Examples Code Checkbox Props Checkbox.Item Props Checkbox 复选框组件。 Install npm install beeshell Usage 引入方式 全部引入 import...
  • 开发与使用一致性

    1387 2018-10-19 《Beeshell 文档手册》
    开发与使用一致性 npm link Webpack vs Metro 直接使用软链接 开发与使用一致性 Beeshell 组件库使用 npm 包的形式下载使用,下载成功后会放置在项目根目录的 node_modules 目录,然后在项目中通过引入模块的方式引入 Beeshell 的组件来使用。 那我们如何开发组件库?如何保证组件库的开发与使用的...
  • SlideModal 下拉/上拉

    1637 2018-10-19 《Beeshell 文档手册》
    SlideModal Install Usage 引入方式 全部引入 单独引入 Examples 基础 自定义位置与动画方向 Code Props Methods .open() .close() 其他 SlideModal 继承自 Modal 组件,属于 Modal 系列。 Install npm install...
  • Imagepicker 图片选择

    Imagepicker Install Usage 引入方式 全部引入 单独引入 Examples iOS 基本用法 iOS 自定义按钮 Android 自定义按钮 Code Props Methods .open() .close() Imagepicker 图片选择组件,属于复合组件,包含 Native 部分代码。 ...
  • Toast 组件

    Toast Install Usage 引入方式 全部引入 单独引入 Examples 基础 Code Props Methods .show(msg, duration, positon) .hide() Toast 是对 Tip 组件封装,使用 API 而不是标签的方式调用。 Install npm install...
  • Form 表单

    Form Install Usage 引入方式 全部引入 单独引入 Examples Code Form Props Form.Item Props Form Form 表单组件。 Install npm install beeshell Usage 引入方式 全部引入 import { Form ...
  • Button 按钮

    Button Install Usage 引入方式 全部引入 单独引入 Examples Code Props Button 按钮组件。 Install npm install beeshell Usage 引入方式 全部引入 import { Button } from 'beeshell...