You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# add the class funky to any DIVclassFunkyDiv < Hyperloop::Componentcollect_all_other_params_as:optsrenderdoopts=params.opts.dupopts[:class]="funky #{opts[:class]}"DIV(opts, &children)# &children ==> children.to_proc# rather than # { children.each &:render }endendclassTableWithHeader < Hyperloop::ComponentrenderdoTABLEdoTH{ ... }children.renderendendend
For example