element-ui-snippets

vue element-ui snippets

Jose Noriega

490

1

Bug Reports

1.0.0

MIT

GitHub

Vue Element-UI Snippets

feel free to send a pull request if you want to contribute.

Description: This is an extension of code snippets for the Element-UI library in Atom text editor.

Note: it is necessary to have installed the extension "language-vue" or something similar.

Installation:

For install this extension, there are a few steps.

  1. Open "Atom" and find the "Install Packages" section.
    Packages -> Settings View -> Install Packages/Themes
    
  2. Find the element-ui-snippets extension and install it

Component list

Snippets:

Basic

Column
Row
Container
Button
Link
<el-link
  href="url"
  target="_self"
>

</el-link>
<el-link
  type="primary"
  underline="true"
  disabled="false"
  href="url"
  target="_self"
  icon=""
>
  
</el-link>

Form

Radio
Checkbox
Inputs
Select
Cascader
Switch
Slider
Time picker
Date time picker
Upload
Rate
Color picker
Transfer
Form

Data

Table
Tag
Progress
Tree
Pagination
Badge

Notice

Alert

Navigation

Menu
Tabs
Breadcrumb
Page Header
Dropdown
Steps

Others

Dialog
Tooltip
Popover
Popconfirm
Card
Carousel
Collapse
Timeline
Divider
Calendar
Image
Backtop
Infinite Scroll
Avatar
Drawer

JavaScript

License