pub fn section<C>(children: C) -> FormSection<C>where
C: PieceSeq + 'static,Expand description
A grouped card of form rows; .title(…) adds the header. Works inside a form (shared
label column) or standalone.
pub fn section<C>(children: C) -> FormSection<C>where
C: PieceSeq + 'static,A grouped card of form rows; .title(…) adds the header. Works inside a form (shared
label column) or standalone.