viewy 2.0.6

A web UI toolkit that combine the advantages of a design system and an ui library.
@media print {
  .button,
  .menu,
  .field,
  .picker,
  .form,
  .file-input,
  .color-picker,
  .checkbox,
  .app-menu {
    display: none;
  }

  .popup, .popup__window {
    background: #fff;
    border: none;
    box-shadow: none;
     }
}