1.0.8 • Published 5 years ago

@sidline/vue-sire-element v1.0.8

Weekly downloads
9
License
MIT
Repository
-
Last release
5 years ago

vue-sire-element

Element UI extensions

setup

npm

npm install @sidline/vue-sire-element

Register the components globally.

import Vue from 'vue';
import SIreElement from '@sidline/vue-sire-element';

Vue.use(SIreElement);

components

SICardFlex

properties

PropertyTypeDefaultAccepted Values
fxFillBooleantrue
fxGutterString'none'"none", "small", "medium", "large"
fxNoGrowBooleanfalse
headerStringnull
shadowStringnull"always", "hover", "never"

slots

NameDescription
headertitle

SIBasicCard

properties

PropertyTypeDefaultAccepted Values
fxFillBooleantrue
fxGutterString'none'"none", "small", "medium", "large"
fxNoGrowBooleanfalse
headerStringnull
shadowStringnull"always", "hover", "never"
labelPositionString"left""left", "center", "right"

slots

NameDescription
headerheader
header-titletitle
header-leftheader left button
header-rightheader right button

SIDividerCard

properties

PropertyTypeDefaultAccepted Values
fxFillBooleantrue
fxGutterString'none'"none", "small", "medium", "large"
fxNoGrowBooleanfalse
headerStringnull
labelPositionString"left""left", "center", "right"
condensedLeftBooleanfalse
condensedRightBooleanfalse

slots

NameDescription
header-leftheader left button
header-rightheader right button

SIDetailCard

properties

PropertyTypeDefaultAccepted Values
allowCancelBooleantrue
allowDeleteBooleantrue
allowSaveBooleantrue
headerStringnull
fxFillBooleantrue
fxGutterString'none'"none", "small", "medium", "large"
fxNoGrowBooleanfalse
shadowStringnull"always", "hover", "never"

slots

NameDescription
headerheader
header-titletitle

events

NameDescription
cancelwhen cancel battun clicked
deletewhen delete battun clicked
savewhen save battun clicked

SIListCard

properties

PropertyTypeDefaultAccepted Values
allowDeleteBooleantrue
allowInsertBooleantrue
allowUpdateBooleantrue
headerStringnull
fxFillBooleantrue
fxGutterString'none'"none", "small", "medium", "large"
fxNoGrowBooleanfalse
shadowStringnull"always", "hover", "never"

slots

NameDescription
headerheader
header-titletitle

events

NameDescription
deletewhen cancel button clicked
insertwhen delete button clicked
updatewhen save button clicked
1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago