@livevariant/react
v0.1.3
Published
Embeddable React components for LiveVariant: create tests (email/image, page redirect, website), and soon stats and management, in your own app
Maintainers
Readme
@livevariant/react
Embeddable React components for LiveVariant: drop the test-creation flow (email/image tests, page redirect tests, website tests) into your own React app. Stats and management components are on the way.
import { CreateTest } from "@livevariant/react";
import "@livevariant/react/styles.css";
<CreateTest
serverUrl="https://livevariant.link"
onCreated={record => save(record)}
/>;Styling is plain CSS under the lv- prefix, themeable through
--lv-* custom properties; no Tailwind or other framework required.
