Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit df73d51

Browse files
fix(book): fix book build for Leptos 0.7
1 parent 1f22dd9 commit df73d51

6 files changed

Lines changed: 42 additions & 11 deletions

File tree

book/src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- [Accessible Icon](./primitives/utilities/accessible-icon.md)
4747
- [Direction Provider](./primitives/utilities/direction-provider.md)
4848
- [Portal](./primitives/utilities/portal.md)
49-
- [Slot]
49+
- [Slot]()
5050
- [Visually Hidden](./primitives/utilities/visually-hidden.md)
5151
- [Themes](./themes/README.md)
5252
- [Overview](./themes/overview/README.md)

book/src/primitives/components/avatar.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@ An image element with a fallback for representing the user.
55
{{#tabs global="framework" }}
66
{{#tab name="Leptos" }}
77

8-
```toml,trunk
8+
<div class="warning">
9+
10+
This component is not yet updated to Leptos 0.7+.
11+
12+
</div>
13+
14+
<!-- ```toml,trunk
915
package = "radix-leptos-book-primitives"
1016
features = ["avatar"]
1117
files = ["src/avatar.rs"]
12-
```
18+
``` -->
1319

1420
{{#endtab }}
21+
1522
{{#tab name="Yew" }}
1623

1724
```toml,trunk

book/src/primitives/components/checkbox.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ A control that allows the user to toggle between checked and not checked.
55
{{#tabs global="framework" }}
66
{{#tab name="Leptos" }}
77

8-
```toml,trunk
8+
<div class="warning">
9+
10+
This component is not yet updated to Leptos 0.7+.
11+
12+
</div>
13+
14+
<!-- ```toml,trunk
915
package = "radix-leptos-book-primitives"
1016
features = ["checkbox"]
1117
files = ["src/checkbox.rs"]
12-
```
18+
``` -->
1319

1420
{{#endtab }}
1521
{{#tab name="Yew" }}

book/src/primitives/components/progress.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ Displays an indicator showing the completion progress of a task, typically displ
55
{{#tabs global="framework" }}
66
{{#tab name="Leptos" }}
77

8-
```toml,trunk
8+
<div class="warning">
9+
10+
This component is not yet updated to Leptos 0.7+.
11+
12+
</div>
13+
14+
<!-- ```toml,trunk
915
package = "radix-leptos-book-primitives"
1016
features = ["progress"]
1117
files = ["src/progress.rs"]
12-
```
18+
``` -->
1319

1420
{{#endtab }}
1521
{{#endtabs }}

book/src/primitives/components/switch.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ A control that allows the user to toggle between checked and not checked.
55
{{#tabs global="framework" }}
66
{{#tab name="Leptos" }}
77

8-
```toml,trunk
8+
<div class="warning">
9+
10+
This component is not yet updated to Leptos 0.7+.
11+
12+
</div>
13+
14+
<!-- ```toml,trunk
915
package = "radix-leptos-book-primitives"
1016
features = ["switch"]
1117
files = ["src/switch.rs"]
12-
```
18+
``` -->
1319

1420
{{#endtab }}
1521
{{#tab name="Yew" }}

book/src/primitives/components/toggle.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ A two-state button that can be either on or off.
55
{{#tabs global="framework" }}
66
{{#tab name="Leptos" }}
77

8-
```toml,trunk
8+
<div class="warning">
9+
10+
This component is not yet updated to Leptos 0.7+.
11+
12+
</div>
13+
14+
<!-- ```toml,trunk
915
package = "radix-leptos-book-primitives"
1016
features = ["toggle"]
1117
files = ["src/toggle.rs"]
12-
```
18+
``` -->
1319

1420
{{#endtab }}
1521
{{#endtabs }}

0 commit comments

Comments
 (0)