Library Blazor Components Accordion Reference Classes Accordion Properties HeaderHeight

HeaderHeight

Height of the header, specified as a string in one of the standard HTML units.

razor
[Parameter]
public string? HeaderHeight { get; set; }

Example

razor
<Accordion HeaderHeight="2rem">
</Accordion>

Sign in