We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
md-is-rtl
1 parent 62ff916 commit 1d26760Copy full SHA for 1d26760
docs/app/pages/Components/Tabs/Tabs.vue
@@ -105,12 +105,6 @@
105
props: {
106
headings: ['Name', 'Description', 'Default'],
107
props: [
108
- {
109
- name: 'md-is-rtl',
110
- type: 'Boolean',
111
- description: 'Set the RTL support',
112
- defaults: 'false'
113
- },
114
{
115
name: 'md-active-tab',
116
type: 'String|Number',
@@ -174,6 +168,12 @@
174
168
type: 'Number',
175
169
description: 'Add an elevation to tab navigation element.',
176
170
defaults: '0'
171
+ },
172
+ {
173
+ name: 'md-is-rtl',
+ type: 'Boolean',
+ description: 'Set the RTL support',
+ defaults: 'false'
177
}
178
]
179
},
0 commit comments