@beisen-phoenix/container

| name | description | type | default | | ---------- | ---------------------------------------- | -------- | ------- | | type | 容器的类型('block'/'dropdown'/'tip'/'drawer'/'modal') | string | block | | style | 自定义的样式对象

Usage no npm install needed!

<script type="module">
  import beisenPhoenixContainer from 'https://cdn.skypack.dev/@beisen-phoenix/container';
</script>

README

name description type default
type 容器的类型('block'/'dropdown'/'tip'/'drawer'/'modal') string block
style 自定义的样式对象 object undefined
extraCls 扩展的class名称,一般用于样式扩展 string --
type类型说明

block 基本的块状容器

dropdown 一般用于下拉菜单的选项列表

tip 一般用于 tip类的提示

drawer 用于侧推屏幕

modal 一般用于模态框