mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
parent
1485f0e3b7
commit
88c0af329b
@ -2,7 +2,7 @@
|
||||
title: 'Children'
|
||||
---
|
||||
|
||||
`Children` is a special prop type that allows you to recieve nested `Html` that is provided like html child elements.
|
||||
`Children` is a special prop type that allows you to receive nested `Html` that is provided like html child elements.
|
||||
|
||||
```rust
|
||||
use yew::{function_component, html, Html, Properties, Children};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user