Closed kpeatt closed 10 years ago
In the interest of consistency, I feel like we should drop title
and closeText
in favour of using header
. The reason for this is we have footer
already, and header
is a sensible compliment to that. We're aiming for a predicable API, and this goes to that.
Sounds good to me
@scalvert Saw a commit for this. Is this fixed?
Fixed by f5e98652682eb0b4f6027a6a37c1cd74dafa3120
Instead of passing in
title
andcloseText
and building them automatically, people should be able to pass in an HTML block to use as the header. This should work for the footer as well.