Content
Icon
A component to display an icon
Writer Framework uses Material Symbols to display icons. To include an icon, check https://fonts.google.com/icons, find the icon’s id (such as arrow_forward
) and it to your _Icon.
Fields
Name | Type | Description | Options |
---|---|---|---|
Icon | Text | A Material Symbols id, such as “arrow_forward”. | |
Icon size | Number | Icon size in px | |
Icon color | Color | ||
Custom CSS classes | Text | CSS classes, separated by spaces. You can define classes in custom stylesheets. |
Low code usage
This component can be declared directly in Python, using backend-driven UI.