Closed Vagab closed 4 months ago
The problem is part of the contract with kits is that you can include them. For example, I have this in one of the apps I work on.
class ApplicationView < Phlex::HTML
include Components
# ...
end
yeah that makes sense. Thanks!
Another thing which I think is related to this comment is whether it can be made possible to extend classes with
Phlex::Kit
? I imagine the only thing standing in the way is this, but I'm not 100% sure.