Skip to content

Commit 3dad2ca

Browse files
committed
Update readme with missing released elements
1 parent 2e6f7da commit 3dad2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Additionally, `None` can be used to create an empty element, as in `elem.Div(nil
170170
- **Text Content**: `H1`, `H2`, `H3`, `H4`, `H5`, `H6`, `P`, `Blockquote`, `Pre`, `Code`, `I`, `Br`, `Hr`
171171
- **Sectioning & Semantic Layout**: `Article`, `Aside`, `FigCaption`, `Figure`, `Footer`, `Header`, `Hgroup`, `Main`, `Mark`, `Nav`, `Section`
172172
- **Form Elements**: `Form`, `Input`, `Textarea`, `Button`, `Select`, `Optgroup`, `Option`, `Label`, `Fieldset`, `Legend`, `Datalist`, `Meter`, `Output`, `Progress`
173-
- **Interactive Elements**: `Dialog`, `Menu`
173+
- **Interactive Elements**: `Details`, `Dialog`, `Menu`, `Summary`
174174
- **Grouping Content**: `Div`, `Span`, `Li`, `Ul`, `Ol`, `Dl`, `Dt`, `Dd`
175175
- **Tables**: `Table`, `Tr`, `Td`, `Th`, `TBody`, `THead`, `TFoot`
176176
- **Hyperlinks and Multimedia**: `Img`, `Map`, `Area`

0 commit comments

Comments
 (0)