Extracts attribute candidates from a component signature (def card(title : String, footer : String? = nil, **rest) → title/footer, with full declarations as detail).
def card(title : String, footer : String? = nil, **rest)