pub fn Section(props: SectionProps) -> impl IntoViewExpand description
A simple container to divide your page into sections.
https://bulma.io/documentation/layout/section/
§Required Props
- children:
Children
§Optional Props
- size:
SectionSize - classes:
impl Into<Signal<String>> - test_attr:
impl Into<TestAttr>-
Optional test attribute (renders as data-* attribute)
When provided as a &str or String, this becomes
data-testid="value". You can also pass a fullTestAttrto override the attribute key.
-