There is a handle at the top of the sheet that can be used to open or close the sheet The sheet can be closed using a button in the sheet header, using the Esc key, or by clicking outside the bottom ...
Why did I create this ? I used to work on a non-MVC PHP project and sometimes I needed to output few lines of HTML directly from the functions. Having to mix HTML code in PHP code was inconsistent to ...