Skip to content

Instantly share code, notes, and snippets.

@paulsterling
Created April 24, 2024 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulsterling/ca8b2e99d4cee0feb78af59d5a5af8c0 to your computer and use it in GitHub Desktop.
Save paulsterling/ca8b2e99d4cee0feb78af59d5a5af8c0 to your computer and use it in GitHub Desktop.
Blazorise.IconName.FileAlt Usage
...
<RichTextEditToolbarGroup Float="Float.End">
<Text TextWeight="TextWeight.Light">Templates</Text>
<Button Clicked="@ShowTemplateModal">
<Icon Name="IconName.FileAlt" />
</Button>
</RichTextEditToolbarGroup>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment