0.31.0 • Published 2 months ago

@talentdigital/react v0.31.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
2 months ago

@talentdigital/react

This package provides a react wrapper around @talentdigital/kit.

Usage

Install the package using your packaging tool.

npm install @talentdigital/react

or

pnpm add @talentdigital/react

or

yarn add @talentdigital/react

Import the useKit React Hook.

import { useKit } from "@talentdigital/react";

Define the interface for the format configuration used. (optional)

export interface FormatConfiguration {
  backgroundImage: string;
  introText: string;
  questions: any[];
}

Create the kit using the useKit hook

const kit = useKit<FormatConfiguration>({
  tenant: "your tenant id",
  logRocketId: "your logrocket id", // optional
});
0.31.0

2 months ago

0.30.2

2 months ago

0.30.1

2 months ago

0.30.0

2 months ago

0.29.4

3 months ago

0.29.3

3 months ago

0.29.2

3 months ago

0.29.1

4 months ago

0.29.0

5 months ago

0.28.1

10 months ago

0.28.0

11 months ago

0.27.0

1 year ago

0.26.0

1 year ago

0.25.0

1 year ago

0.24.0

1 year ago

0.23.0

1 year ago

0.22.0

1 year ago

0.21.0

1 year ago

0.20.0

1 year ago

0.19.0

1 year ago

0.18.0

1 year ago

0.17.0

1 year ago

0.16.0

1 year ago

0.15.0

1 year ago

0.14.0

1 year ago

0.13.0

1 year ago

0.12.0

1 year ago

0.11.0

1 year ago

0.10.0

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.1

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago