Skip to content

Commit

Permalink
feat: react hook flow library
Browse files Browse the repository at this point in the history
  • Loading branch information
amantiwari1 committed Feb 8, 2023
0 parents commit 5a5180a
Show file tree
Hide file tree
Showing 8 changed files with 752 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
react-hook-flow-*
lib
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Flow react hook typescript library

this library is top of @onflow/fcl

## feature
- Type safey
- React hook
- Easy to use


## Example

```tsx
import { useAuth } from 'react-hook-flow'
```
Loading

0 comments on commit 5a5180a

Please sign in to comment.