is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .invisible

<div class="invisible">...</div>

Preview

No preview available for this one.

Check .invisible in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

Tips 💡

Sass source

/* _visibility.scss:9 */
.invisible {
  @include invisible(hidden);
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _visibility.scss:9 */

More in Bootstrap Misc