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

custom-ui-lib

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-ui-lib

custom-ui library of Vue2

latest
npmnpm
Version
0.1.7
Version published
Weekly downloads
2
-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

custom-ui library of Vue2

Dependencies

  • element-ui
  • vxe-table

Installation

npm install -S custom-ui-lib

Usage

import CustomUi from 'custom-ui-lib'
Vue.use(CustomUi)

OR

  • Example
import { CustomInput } from 'custom-ui-lib'

components

CustomInput

<CustomInput type="number" v-model="value"/>
API
PropertyTypeDescription
typestring: 'number' | 'integer' | 'float'default:'number'
digitsnumberonly for type:'float'
placeholderstring
clearablebooleandefault: false
maxlengthnumber
disabledbooleandefault: false
value / v-modelstring / number

CustomSelect

<CustomSelect options="arr" v-model="value"/>
API
PropertyTypeDescription
optionsarray: {value,label}[]default: []
value / v-modelboolean / string / number
placeholderstring
clearablebooleandefault: false
disabledbooleandefault: false
filterablebooleandefault: true 搜索

Keywords

custom-ui

FAQs

Package last updated on 07 Jun 2022

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