Skip to content

Latest commit

 

History

History

react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

npm bundle size

@dopplerhq/universal-import-react

This package exposes a React component that you can use to easily and securely import secrets into Doppler.

Installation

npm install @dopplerhq/universal-import-react

Usage

First, import the DopplerImportButton component into your project:

import DopplerImportButton from "@dopplerhq/universal-import-react";

Then, render the button, providing the secretName and secretValue properties:

<DopplerImportButton secretName="secret_name" secretValue="secret_value" />