0.1.10 • Published 9 months ago

softbear-ui v0.1.10

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

softbear-ui

Project setup

npm install softbear-ui
or 
yarn install softbear-ui

Compiles and hot-reloads for development

import SoftbearUi from 'sofrbear-ui'

Vue.use(SoftbearUi)


### components introduction

1.sb-modal 全局弹框组件 
    1.1使用方法
        <sb-modal></sb-modal>
    1.2内置功能:
        1.2.1 组件属性功能
            nowChooseTypeList: pdf 插件 header 按钮提供插槽 
            visible: 控制弹框显示隐藏 
            title: 标题名字
            maskGray: 是否需要遮罩层灰暗透明(默认有)
            maskGray: 是否需要遮罩层灰暗透明(默认有)
            maskEnable: 是否需要遮罩层(默认有 有遮罩层的情况下 不能选中除弹框之外的其他dom)
            maskClosable: 点击遮罩层 是不是可以关闭弹框
            transparency: 遮罩层透明度调整
            fullscreen: 是否默认全屏 (不配置默认不全屏)
            width: 设定固定宽度
            height: 设定固定高度
            cancel: 组件外置的关闭回调方法 
        1.2.2 组件footer插槽
            组建内 <template slot=“footer”></template>
            提供配置底部内容

1.sb-icon 全局弹框组件 
    1.1使用方法
        <sb-icon></sb-icon>
    1.2内置功能:
        1.2.1 组件属性功能
            type: "icon 名称"
0.1.10

9 months ago

0.1.9

9 months ago

0.1.7

9 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago