You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be sure to run a new build after adding plugins to avoid any issues.
20
31
32
+
## [Changelog](./CHANGELOG.md)
33
+
34
+
## [FAQ](../../README.md#faq)
35
+
21
36
## Usage
22
37
23
38
### Plain NativeScript
@@ -199,7 +214,9 @@ Vue.use(TabsPlugin);
199
214
</MDTabs>
200
215
```
201
216
202
-
## Attributes
217
+
## API
218
+
219
+
### Attributes
203
220
204
221
| Name | Type | Description |
205
222
| ------------- | :-------------: | -----: |
@@ -211,7 +228,7 @@ Vue.use(TabsPlugin);
211
228
|tabsPosition | "top", "bottom" | Gets or sets the position state of the Tabs. Default value: top |
212
229
|iOSTabBarItemsAlignment | "leading", "justified", "center", "centerSelected" | iOS Only: Gets or set the MDCTabBarAlignment of the tab bar icons in iOS. Default value: justified |
0 commit comments