Socket
Book a DemoInstallSign in
Socket

element-ui-newadmin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

element-ui-newadmin

A Component Library for Vue.js.

1.3.4
unpublished
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

element-steps

A element-steps component for Vue.js.

Demo

http://element-component.github.io/element-steps

Installation

npm i element-steps -D

Usage

import Vue from 'vue'
import ElStep from 'element-steps'
import 'element-theme-default/dist/step.css'

Vue.use(ElStep)

or

import Vue from 'vue'
import { ElSteps, ElStep } from 'element-steps'

Vue.component('el-steps', ElSteps)
Vue.component('el-step', ElStep)

Steps Attributes

参数说明类型可选值默认值
space每个 step 的间距,不填写将自适应间距Number
direction显示方向stringvertical/horizontalhorizontal
active设置当前激活步骤number0
process-status设置当前步骤的状态stringwait/process/finish/error/successprocess
finish-status设置结束步骤的状态stringwait/process/finish/error/successfinish
align-center标题描述居中对齐boolean-false

Step Attributes

参数说明类型可选值默认值
title标题string
description描述性文字string
icon图标Element Icon 提供的图标,如果要使用自定义图标可以通过 slot 方式写入string

Step Slot

name说明
icon图标
title标题
description描述性文字

Development

make dev

## test
make test

## build
make build

License

MIT

Keywords

eleme

FAQs

Package last updated on 03 Sep 2018

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.