Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 476 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 476 Bytes

Lighttouch Side Modal component/template

the main component is at chunks/side_modal.html it contains a fix button to the right side of the page that displays a modal with a 3D animation

Parameters in can receive

modal_title = "Any string for title"
modal_message = "Any string for the message"

Custom Modal

if you want custom content you can create your own template that extends from this one you can see the example in

  inherit_example.html