Skip to content

Commit

Permalink
extend documentation for ui.icon
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Oct 2, 2023
1 parent cea2377 commit da0ec00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nicegui/elements/icon.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self,
`Here <https://fonts.google.com/icons?icon.set=Material+Icons>`_ is a reference of possible names.
:param name: name of the icon
:param name: name of the icon (snake case, e.g. `add_circle`)
:param size: size in CSS units, including unit name or standard size name (xs|sm|md|lg|xl), examples: 16px, 2rem
:param color: icon color (either a Quasar, Tailwind, or CSS color or `None`, default: `None`)
"""
Expand Down

0 comments on commit da0ec00

Please sign in to comment.