Wrote this module last night, as I had a need to create a part of my application that is visible to the user only after a certain action - screen space is a premium! It's written in a generic, extendable way and leaves much of the hide/show implementation to the developer. It's also 100% covered using tape and coverify. :smiley:
I can PR this if you think it's a good addition to the list.
Wrote this module last night, as I had a need to create a part of my application that is visible to the user only after a certain action - screen space is a premium! It's written in a generic, extendable way and leaves much of the hide/show implementation to the developer. It's also 100% covered using
tape
andcoverify
. :smiley:I can PR this if you think it's a good addition to the list.
https://github.com/ben-eb/ampersand-auto-closing-view
Thanks!