0.1.23 • Published 2 years ago

predev-react-components v0.1.23

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Description

This NPM Module allows you to directly import pre.dev's pre-built react components. The first one being a client onboarding widget.

Installation

npm install predev-react-components

Onboarding Widget

Import Module

import {OnboardingWidget} from 'predev-react-components';

Embed Module

<OnboardingWidget apiKey={`API_KEY`}  />