How to build a mega nav?

yeah that’s me

Asked @multiple_vole if he had any practical tips while we currnetly only support variants. Here’s what he said:

To achieve the same result using variants, you can:

  1. Create multiple separate components for each individual design
  2. Create one “host component” that has all of the individual designs (in a vertical stack so the size is auto measured).
  3. Create a split tests for the “host component” and toggle their visibility in each split test variation.

using split tests, fascinating! the wild world of plasmic