0.1.23 • Published 7 months ago

predev-react-components v0.1.23

Weekly downloads
-
License
-
Repository
-
Last release
7 months 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`}  />