(defcomp (&key (title :as string) (attrs :as list)) (~docs/attr-table :title title :rows (<> (map (fn (a) (~docs/attr-row :attr (get a "name") :description (get a "desc") :exists (get a "exists") :href (get a "href"))) attrs))))