mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-14 00:17:17 +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.
|
/// element.
|
||||||
mark {};
|
mark {};
|
||||||
|
|
||||||
|
/// Build a
|
||||||
|
/// [`<menu>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu)
|
||||||
|
/// element.
|
||||||
|
menu {};
|
||||||
|
|
||||||
/// Build a
|
/// Build a
|
||||||
/// [`<q>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q)
|
/// [`<q>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q)
|
||||||
/// element.
|
/// element.
|
||||||
|
|
Loading…
Reference in a new issue