New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

lcb-ui

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lcb-ui

这是一个ui框架

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

CB-UI

作者:lcb

Build Status

介绍

学习用Vue ui框架

开始使用

  • 添加css样式 使用本框架前,css中开启border-box
*,*::before,*::after{box-sizing:border-box}

IE8以上浏览器都支持该样式 2. 安装cb-ui

npm i --save lcb-ui
  • 引入cb-ui
import {Button,ButtonGroup,Icon} from 'lcb-ui'
import 'lcb-ui-test/dist/index.css'
export default {
  name: 'app',
  components: {
    'c-button':Button,
    'c-icon':Icon
  }
}

文档

提问

变更记录

联系方式

Keywords

vue

FAQs

Package last updated on 28 Feb 2019

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