We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6f7da commit 3dad2caCopy full SHA for 3dad2ca
README.md
@@ -170,7 +170,7 @@ Additionally, `None` can be used to create an empty element, as in `elem.Div(nil
170
- **Text Content**: `H1`, `H2`, `H3`, `H4`, `H5`, `H6`, `P`, `Blockquote`, `Pre`, `Code`, `I`, `Br`, `Hr`
171
- **Sectioning & Semantic Layout**: `Article`, `Aside`, `FigCaption`, `Figure`, `Footer`, `Header`, `Hgroup`, `Main`, `Mark`, `Nav`, `Section`
172
- **Form Elements**: `Form`, `Input`, `Textarea`, `Button`, `Select`, `Optgroup`, `Option`, `Label`, `Fieldset`, `Legend`, `Datalist`, `Meter`, `Output`, `Progress`
173
-- **Interactive Elements**: `Dialog`, `Menu`
+- **Interactive Elements**: `Details`, `Dialog`, `Menu`, `Summary`
174
- **Grouping Content**: `Div`, `Span`, `Li`, `Ul`, `Ol`, `Dl`, `Dt`, `Dd`
175
- **Tables**: `Table`, `Tr`, `Td`, `Th`, `TBody`, `THead`, `TFoot`
176
- **Hyperlinks and Multimedia**: `Img`, `Map`, `Area`
0 commit comments