p-show
p-show
is used to show/hide elements on the page.
The element is visible if the expression inside p-show
is True, else it is hidden.
To hide an element, prune will change its CSS display property to “none”.
Contents...
p-show
is used to show/hide elements on the page.
The element is visible if the expression inside p-show
is True, else it is hidden.
To hide an element, prune will change its CSS display property to “none”.