Socket
Socket
Sign inDemoInstall

element-ui-newadmin

Package Overview
Dependencies
14
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    element-ui-newadmin

A Component Library for Vue.js.


Version published
Maintainers
1
Created

Readme

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

FAQs

Last updated on 03 Sep 2018

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc