0.27.0 โ€ข Published 10 months ago

@impler/react v0.27.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Impler's goal is to help developers create an efficient and smooth data import experience between the product and its users. All with an easy-to-use API and outstanding developer experience.

โœจ Features

  • ๐ŸŒˆ Mapping Support between specified Schema and Fields in File
  • ๐Ÿ’… Validation Support
  • ๐Ÿš€ Webhook support to send uploaded data
  • ๐Ÿ›ก Simple and powerful Authentication
  • ๐Ÿ“ฆ Easy to set up and integrate
  • ๐Ÿ›ก Written in TypeScript

๐Ÿ“ฆ Install

npm install @impler/react
yarn add @impler/react

๐Ÿ”จ Usage

Add Script

You copy this snippet to your code before the in head tag.

<script type="text/javascript" src="https://embed.impler.io/embed.umd.min.js" async></script>

Add Import Button

Copy
import { useImpler } from '@impler/react';

const { showWidget, isImplerInitiated } = useImpler({
  projectId: "",
  templateId: "",
  accessToken: "",
});

<button disabled={!isImplerInitiated} onClick={showWidget}>
  Import
</button>

๐Ÿ”— Links

0.27.0

10 months ago

0.25.1

11 months ago

0.26.1

11 months ago

0.26.0

11 months ago

0.25.0

11 months ago

0.24.1

12 months ago

0.20.1

1 year ago

0.19.0

1 year ago

0.23.1

1 year ago

0.23.0

1 year ago

0.21.1

1 year ago

0.21.0

1 year ago

0.24.0

1 year ago

0.20.4

1 year ago

0.20.3

1 year ago

0.22.0

1 year ago

0.20.2

1 year ago

0.18.1

1 year ago

0.17.1

1 year ago

0.18.0

1 year ago

0.17.0

1 year ago

0.16.1

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.1

2 years ago

0.9.4

2 years ago

0.9.3

2 years ago

0.11.0

2 years ago

0.10.1

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.11.2

2 years ago

0.11.3

2 years ago

0.11.4

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.7.2

2 years ago

0.6.3

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.6.2

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0-beta

3 years ago