0.33.2 • Published 10 months ago

@talentdigital/react v0.33.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
10 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.33.2

10 months ago

0.33.1

11 months ago

0.33.0

12 months ago

0.32.0

1 year ago

0.31.0

1 year ago

0.30.2

1 year ago

0.30.1

1 year ago

0.30.0

1 year ago

0.29.4

1 year ago

0.29.3

1 year ago

0.29.2

1 year ago

0.29.1

1 year ago

0.29.0

1 year ago

0.28.1

2 years ago

0.28.0

2 years ago

0.27.0

2 years ago

0.26.0

2 years ago

0.25.0

2 years ago

0.24.0

2 years ago

0.23.0

2 years ago

0.22.0

2 years ago

0.21.0

2 years ago

0.20.0

2 years ago

0.19.0

2 years ago

0.18.0

2 years ago

0.17.0

2 years ago

0.16.0

2 years ago

0.15.0

2 years ago

0.14.0

2 years ago

0.13.0

2 years ago

0.12.0

2 years ago

0.11.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago