Nuxt A/B Testing module playground

light
light

Component with inline variants

{ "id": "join-free", "value": "Join Free for a Month" }

Component with inline variants as objects

{ "id": "green", "value": { "background": "green", "color": "white" } }

Component with inline weighted variants

{ "id": "b", "value": "90%", "weight": 0.9 } 90%

Component with disabled test


Composable

variant: Variant 2