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
{{ message }}
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/routes/_index/component/toggle-button-group/+page.marko
+17-16Lines changed: 17 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -50,13 +50,14 @@ import tableProfilePic from "/src/routes/static/img/tb-profile-pic.jpg";
50
50
51
51
<p>
52
52
Effort was taken in these docs to provide a good amount of helpful information. Since this component has an atomic piece (
53
-
<ahref="#toggle-button">
53
+
54
+
<anchorhref="component/toggle-button">
54
55
Toggle Button
55
-
</a>
56
+
</anchor>
56
57
), there may be some information crossover. Though efforts were taken to isolate the documentation for this parent component, at various touchpoints between the two components, there may be some redundancy. In other portions, where immediate information appears to be missing here, that information may reside in its child component. Please refer to${""}
57
-
<ahref="#toggle-button">
58
+
<anchorhref="component/toggle-button">
58
59
Toggle Button
59
-
</a>
60
+
</anchor>
60
61
docs in these situations.
61
62
</p>
62
63
@@ -1041,9 +1042,9 @@ import tableProfilePic from "/src/routes/static/img/tb-profile-pic.jpg";
1041
1042
1042
1043
<p>
1043
1044
There are various layouts that can be used based on the specific needs at implementation. The implied theme (needs no modifier), is the minimal layout. For more information about types of layouts, refer to the${""}
1044
-
<ahref="#toggle-button">
1045
+
<anchorhref="component/toggle-button">
1045
1046
Toggle Button
1046
-
</a>
1047
+
</anchor>
1047
1048
component. The examples below will highlight various layouts.
1048
1049
</p>
1049
1050
@@ -1837,7 +1838,7 @@ import tableProfilePic from "/src/routes/static/img/tb-profile-pic.jpg";
0 commit comments