Nuxt A/B Testing module playground

dark
dark

Component with inline variants

{ "id": "sign-up", "value": "Sign Up Now!" }

Component with inline variants as objects

{ "id": "red", "value": { "background": "red", "color": "yellow" } }

Component with inline weighted variants

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

Component with disabled test


Composable

variant: Variant 3