SummaryΒΆ
<Summary id: str | None
= None class: str | None
= None open: bool = True>{{- content -}}
</Summary>
Create html <summary>
node for the <Details/>
component.
- param id:
unique identifier of the element.
- param class:
css class for the node, defaults to
fastlife.templates.constants.Constants.SUMMARY_CLASS
.- param open:
Open or collapse the content of the details.
- param content:
child node.