Skip to content

Commit

Permalink
Feat/add support for nextjs (#4)
Browse files Browse the repository at this point in the history
* feat: add examples and remove tests

* feat: remove rollup, add nextjs support.

* test: remove for now.
  • Loading branch information
NicolasMontone authored Aug 22, 2024
1 parent bf5fc9b commit 62d4574
Show file tree
Hide file tree
Showing 52 changed files with 25,517 additions and 74,602 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/test.yml

This file was deleted.

20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,30 @@
npm install --save use-pluggy-connect
```

or

```bash
pnpm install --save use-pluggy-connect
```

or

```bash
yarn add use-pluggy-connect
```

or

```bash
bun install --save use-pluggy-connect
```

## Usage

```tsx
import React, { useCallback } from 'react'

import { usePluggyConnect } from 'use-pluggy-connect'
import usePluggyConnect from 'use-pluggy-connect'

const App = () => {
const handleEvent = useCallback((payload) => {
Expand Down
2,026 changes: 0 additions & 2,026 deletions example/README.md

This file was deleted.

Loading

0 comments on commit 62d4574

Please sign in to comment.