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

    1971 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...
  • 开发与使用一致性

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

    1075 2018-10-19 《Beeshell 文档手册》
    Imagepicker Install Usage 引入方式 全部引入 单独引入 Examples iOS 基本用法 iOS 自定义按钮 Android 自定义按钮 Code Props Methods .open() .close() Imagepicker 图片选择组件,属于复合组件,包含 Native 部分代码。 ...
  • ConfirmModal 包含标题,取消、确认按钮

    1786 2018-10-19 《Beeshell 文档手册》
    ConfirmModal Install Usage 引入方式 全部引入 单独引入 Examples 简单文案 自定义子组件 一个按钮 Code Props Methods .open() .close() 其他 ConfirmModal 继承自 Modal 组件,属于 Modal 系列,包含标题,确认、取消按钮,bo...
  • Form 表单

    1090 2018-10-19 《Beeshell 文档手册》
    Form Install Usage 引入方式 全部引入 单独引入 Examples Code Form Props Form.Item Props Form Form 表单组件。 Install npm install beeshell Usage 引入方式 全部引入 import { Form ...
  • Button 按钮

    1035 2018-10-19 《Beeshell 文档手册》
    Button Install Usage 引入方式 全部引入 单独引入 Examples Code Props Button 按钮组件。 Install npm install beeshell Usage 引入方式 全部引入 import { Button } from 'beeshell...
  • SlideModal 下拉/上拉

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