1.1.22 • Published 3 years ago

@bpui/table-view v1.1.22

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

switch

import bpui from '@bpui/table-view';
bpui.bpTableView
<bp-table-view tableTitle="常规">
  <bp-table-cell>
    <bp-table-cell-left><bp-icon name="heartFill"/></bp-table-cell-left>
    <bp-table-cell-center>center label</bp-table-cell-center>
    <bp-table-cell-right>right label</bp-table-cell-right>
  </bp-table-cell>
  <bp-table-cell nextArrow="true" @click="()=>{$bpWidget.showToast('click')}">
    <bp-table-cell-left></bp-table-cell-left>
    <bp-table-cell-center>nextArrow</bp-table-cell-center>
  </bp-table-cell>
  <bp-table-cell :disabled="true">
    <bp-table-cell-left></bp-table-cell-left>
    <bp-table-cell-center>disabled</bp-table-cell-center>
  </bp-table-cell>
</bp-table-view>

style

/* scss */
import '@bpui/libs/style/class.scss';
import '@bpui/table-view/style';

/* css */
<link href="~@bpui/table-view/dist/style.css" rel="stylesheet" type="text/css"/>
1.1.22

3 years ago

1.1.19

3 years ago

1.1.18

3 years ago

1.1.17

3 years ago

1.1.12

3 years ago

1.1.21

3 years ago

1.1.20

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago