Visibility

Hide or make an element invisible with pam-visibility="hidden" / hidden or pam-visibility="invisible" / invisible. These attributes is a exception for the use of !important to make sure they do not get overriden.

Default styling
Now u see me!
hidden
Element is hidden and does not take up any space.
Now u see me!
invisible
Element is hidden and still takes up it's space.
Now u see me!
Markup

Toggle example guides Toggle HTML markup

<div pam-visibility="[modifier attribute]">Now u see me!</div>