Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@bpui/table-view

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpui/table-view

table view

latest
Source
npmnpm
Version
1.1.22
Version published
Weekly downloads
23
1050%
Maintainers
2
Weekly downloads
 
Created
Source

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"/>

FAQs

Package last updated on 12 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts