Skip to content

Commit cfa1101

Browse files
committed
readme/doc
1 parent 1851af8 commit cfa1101

File tree

4 files changed

+118
-42
lines changed

4 files changed

+118
-42
lines changed

README.md

+58-20
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ Through this component you can apply `elevation` or `rippleColor` to any `View`.
4848
import { installMixins } from '@nativescript-community/ui-material-core';
4949
installMixins();
5050
```
51-
This monorepo contains multiple packages:<br><br><details>
51+
This monorepo contains multiple packages:<br><br>
52+
<details open>
5253
<summary><b>activityindicator</b></summary>
54+
5355

5456
[](#nativescript-material-circular-progress-indicator)
5557

@@ -177,8 +179,10 @@ Vue.use(ActivityIndicatorPlugin);
177179

178180
Inherite from NativeScript [Activity Indicator](https://docs.nativescript.org/ui/ns-ui-widgets/activity-indicator) so it already has all the same attributes
179181

180-
</details><details>
182+
</details>
183+
<details open>
181184
<summary><b>bottom-navigation</b></summary>
185+
182186

183187
[](#nativescript-material-bottom-navigation)
184188

@@ -527,8 +531,10 @@ Make sure that you have:
527531
| unloaded | Emitted when the view is unloaded. |
528532
| layoutChanged | Emitted when the layout bounds of a view changes due to layout processing. |
529533

530-
</details><details>
534+
</details>
535+
<details open>
531536
<summary><b>bottomnavigationbar</b></summary>
537+
532538

533539
[](#nativescript-material-bottom-navigation-bar)
534540

@@ -829,8 +835,10 @@ Properties settable through XML/HTML
829835
| icon | true | null | `string` | Icon of the tab |
830836
| isSelectable | false | true | `boolean` | Determine if the tab can be selected or not |
831837

832-
</details><details>
838+
</details>
839+
<details open>
833840
<summary><b>bottomsheet</b></summary>
841+
834842

835843
[](#nativescript-material-bottom-sheet)
836844

@@ -1128,8 +1136,10 @@ export class ShareOptionsComponent implements OnInit {
11281136
}
11291137
```
11301138

1131-
</details><details>
1139+
</details>
1140+
<details open>
11321141
<summary><b>button</b></summary>
1142+
11331143

11341144
[](#nativescript-material-button)
11351145

@@ -1283,8 +1293,10 @@ An attribute to set the variant of the button. Can be ```flat``` or ```text```.
12831293

12841294
An attribute to set the ripple color of the button.
12851295

1286-
</details><details>
1296+
</details>
1297+
<details open>
12871298
<summary><b>cardview</b></summary>
1299+
12881300

12891301
[](#nativescript-material-card)
12901302

@@ -1422,8 +1434,10 @@ An attribute to set the elevation of the cardview. This will increase the 'drop-
14221434

14231435
An attribute to set the ripple color of the cardview.
14241436

1425-
</details><details>
1437+
</details>
1438+
<details open>
14261439
<summary><b>core</b></summary>
1440+
14271441

14281442
[](#nativescript-material-core)
14291443

@@ -1432,8 +1446,10 @@ An attribute to set the ripple color of the cardview.
14321446
[npm-url]:https://npmjs.org/package/nativescript-material-components
14331447

14341448
Core module for all Nativescript material components
1435-
</details><details>
1449+
</details>
1450+
<details open>
14361451
<summary><b>core-tabs</b></summary>
1452+
14371453

14381454
[](#nativescript-material-core)
14391455

@@ -1442,8 +1458,10 @@ Core module for all Nativescript material components
14421458
[npm-url]:https://npmjs.org/package/nativescript-material-components
14431459

14441460
Core module for all Nativescript material components
1445-
</details><details>
1461+
</details>
1462+
<details open>
14461463
<summary><b>dialogs</b></summary>
1464+
14471465

14481466
[](#nativescript-material-dialogs)
14491467

@@ -1519,8 +1537,10 @@ alert("Your message").then(()=> {
15191537

15201538
```
15211539

1522-
</details><details>
1540+
</details>
1541+
<details open>
15231542
<summary><b>floatingactionbutton</b></summary>
1543+
15241544

15251545
[](#nativescript-material-floating-action-button)
15261546

@@ -1656,8 +1676,10 @@ An attribute to set the elevation of the floatingactionbutton. This will increas
16561676

16571677
An attribute to set the ripple color of the floatingactionbutton.
16581678

1659-
</details><details>
1679+
</details>
1680+
<details open>
16601681
<summary><b>progress</b></summary>
1682+
16611683

16621684
[](#nativescript-material-linear-progress-indicator)
16631685

@@ -1793,8 +1815,10 @@ An attribute to set the elevation of the progress. This will increase the 'drop-
17931815

17941816
An attribute to set the ripple color of the progress.
17951817

1796-
</details><details>
1818+
</details>
1819+
<details open>
17971820
<summary><b>ripple</b></summary>
1821+
17981822

17991823
[](#nativescript-material-ripple)
18001824

@@ -1926,8 +1950,10 @@ Inherite from NativeScript [StackLayout](https://docs.nativescript.org/ui/layout
19261950

19271951
An attribute to set the ripple color of the ripple.
19281952

1929-
</details><details>
1953+
</details>
1954+
<details open>
19301955
<summary><b>slider</b></summary>
1956+
19311957

19321958
[](#nativescript-material-slider)
19331959

@@ -2084,8 +2110,10 @@ Inherite from NativeScript [Slider](https://docs.nativescript.org/ui/ns-ui-widge
20842110

20852111

20862112

2087-
</details><details>
2113+
</details>
2114+
<details open>
20882115
<summary><b>snackbar</b></summary>
2116+
20892117

20902118
[](#nativescript-material-snackbar)
20912119

@@ -2179,8 +2207,10 @@ export function showColorfulSnackbar() {
21792207

21802208
```
21812209

2182-
</details><details>
2210+
</details>
2211+
<details open>
21832212
<summary><b>speeddial</b></summary>
2213+
21842214

21852215
[](#nativescript-material-speed-dial)
21862216

@@ -2245,8 +2275,10 @@ Vue.use(speeddialPlugin);
22452275
</MDSpeedDial>
22462276
```
22472277

2248-
</details><details>
2278+
</details>
2279+
<details open>
22492280
<summary><b>switch</b></summary>
2281+
22502282

22512283
[](#nativescript-material-switch)
22522284

@@ -2370,8 +2402,10 @@ Vue.use(SwitchPlugin);
23702402
Inherits from NativeScript [Switch](https://docs.nativescript.org/ui/components/switch) so it already has all the same attributes.
23712403

23722404

2373-
</details><details>
2405+
</details>
2406+
<details open>
23742407
<summary><b>tabs</b></summary>
2408+
23752409

23762410
[](#nativescript-material-tabs)
23772411

@@ -2434,7 +2468,7 @@ IMPORTANT: _Make sure you include `xmlns:mds="@nativescript-community/ui-materia
24342468
<mdt:TabStripItem>
24352469
<Label text="Home"></Label>
24362470
<Image src="font://&#xf015;" class="fas"></Image>
2437-
</TabStripItem>
2471+
</mdt:TabStripItem>
24382472
<mdt:TabStripItem> class="special">
24392473
<Label text="Account"></Label>
24402474
<Image src="font://&#xf007;" class="fas"></Image>
@@ -2705,8 +2739,10 @@ Make sure that you have:
27052739
| unloaded | Emitted when the view is unloaded. |
27062740
| layoutChanged | Emitted when the layout bounds of a view changes due to layout processing. |
27072741

2708-
</details><details>
2742+
</details>
2743+
<details open>
27092744
<summary><b>textfield</b></summary>
2745+
27102746

27112747
[](#nativescript-material-text-field)
27122748

@@ -2867,8 +2903,10 @@ An attribute to set the helper text of the textfield.
28672903

28682904
A boolean attribute to set the floating state of the textfield.
28692905

2870-
</details><details>
2906+
</details>
2907+
<details open>
28712908
<summary><b>textview</b></summary>
2909+
28722910

28732911
[](#nativescript-material-text-view)
28742912

docs/assets/navigation.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)