Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Oct 25, 2024
1 parent 4e07df2 commit 81f86aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/documentation/content/section_text_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
There is an `html` module that allows you to insert other HTML elements like `<span>`, `<div>`, `<p>`, etc.
It is equivalent to using the `ui.element` method with the `tag` argument.
Like any other element, you can add classes, style, props, tooltips and events.
One convenience is that the kwargs are automatically added to the element's `props` dictionary.
Like with any other element, you can add classes, style, props, tooltips and events.
One convenience is that the keyword arguments are automatically added to the element's `props` dictionary.
''')
def other_html_elements():
from nicegui import html, ui
Expand Down

0 comments on commit 81f86aa

Please sign in to comment.