A standalone button component that can be linked to a click event handler.

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 Button.

Fields

NameTypeDescriptionOptions
TextText--
DisabledBooleanDisables all event handlers.
  1. Yes
  2. No
ButtonColor--
Button textColor--
IconTextA Material Symbols id, such as “arrow_forward”.-
Button shadowShadow--
SeparatorColor--
Custom CSS classesTextCSS classes, separated by spaces. You can define classes in custom stylesheets.-

Events