project init
This commit is contained in:
35
components/tabs/props.js
Normal file
35
components/tabs/props.js
Normal file
@@ -0,0 +1,35 @@
|
||||
const props = {
|
||||
animation: {
|
||||
type: Object,
|
||||
},
|
||||
externalClasses: {
|
||||
type: Array,
|
||||
},
|
||||
placement: {
|
||||
type: String,
|
||||
value: 'top',
|
||||
},
|
||||
showBottomLine: {
|
||||
type: Boolean,
|
||||
value: true,
|
||||
},
|
||||
sticky: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
stickyProps: {
|
||||
type: Object,
|
||||
},
|
||||
swipeable: {
|
||||
type: Boolean,
|
||||
value: true,
|
||||
},
|
||||
value: {
|
||||
type: null,
|
||||
value: null,
|
||||
},
|
||||
defaultValue: {
|
||||
type: null,
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user