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": "green", "value": { "background": "green", "color": "white" } }

Component with inline weighted variants

{ "id": "a", "value": "10%", "weight": 0.1 } 10%

Component with disabled test


Composable

variant: Variant 2