0.0.19 • Published 9 months ago

@ibiz/drawer v0.0.19

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

@ibiz/drawer

简介

@ibiz/drawer 是IBiz前端团队根据业务需要封装的一个飘窗组件,项目直接可用。

安装

yarn  add  @ibiz/drawer

快速开始

import { DrawerController } from '@ibiz/drawer';

// 初始化飘窗控制器实例
const ref = await DrawerController.present({
    caption: view.title,
    overlayIndex: zIndex,
    componentProps: { store: this.store, i18n: this.i18n,router:this.router, propsData: { dynamicProps, staticProps } },
});
// 等待飘窗实例关闭并返回数据
const result = await DrawerController.dismiss(ref);

API

ibz/drawer

ibz/drawer-exp

关于我们

0.0.19

9 months ago

0.0.18

1 year ago

0.0.17

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago