mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-12 23:47:16 +00:00
added menu element
This commit is contained in:
parent
1b342b8ff7
commit
149d484ffb
1 changed files with 5 additions and 0 deletions
|
@ -428,6 +428,11 @@ builder_constructors! {
|
|||
/// element.
|
||||
mark {};
|
||||
|
||||
/// Build a
|
||||
/// [`<menu>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu)
|
||||
/// element.
|
||||
menu {};
|
||||
|
||||
/// Build a
|
||||
/// [`<q>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q)
|
||||
/// element.
|
||||
|
|
Loading…
Reference in a new issue