Blazorise Addon API
Explore the Blazorise Addon API reference for parameters, events, methods, and related types.
For examples and usage guidance, see the Addon documentation.
API
Parameters
Addons
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this Addons. |
RenderFragment | null |
Size |
Changes the size of the elements placed inside of this Addons. |
Size? | null |
Addon
| Parameter | Description | Type | Default |
|---|---|---|---|
AddonType |
Specifies the location and behaviour of addon container. Possible values: |
AddonType | AddonType.Body |
ChildContent |
Specifies the content to be rendered inside this Addon. |
RenderFragment | null |