Class FeatherIcon
An SVG icon from https://lucide.dev/.
[Obsolete("Renamed to Icon; use <Icon> instead. This wrapper will be removed in a future release.")]
public class FeatherIcon : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
FeatherIcon
- Implements
- Inherited Members
Properties
Level
Optional colour scheme.
[Parameter]
public MessageLevel? Level { get; set; }
Property Value
Name
An icon identifier from https://lucide.dev/.
[Parameter]
[EditorRequired]
public required string Name { get; set; }
Property Value
Splat
Extra attributes for the underlying <svg> tag.
[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object>? Splat { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder