Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdcodes committed Aug 18, 2024
1 parent 9c82b62 commit 8ba8e4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ yarn add @codiume/hooks

## Hooks

| Hook | Description |
| ------------- | ----------- |
| [use-in-viewport](./src/use-in-viewport) | Detects if element is visible in the viewport |
| Hook | Description |
| ---------------------------------------- | ---------------------------------------------- |
| [use-in-viewport](./src/use-in-viewport) | Detects if element is visible in the viewport |
| [use-queue](./src/use-queue) | Manage state of elements in FIFO-like strategy |
| [use-scroll](./src/use-scroll) | Tracks scroll position of an element |
| [use-singleton](./src/use-singleton) | Creates a value exactly once |
| [use-scroll](./src/use-scroll) | Tracks scroll position of an element |
| [use-singleton](./src/use-singleton) | Creates a value exactly once |

## Contributing

Expand Down

0 comments on commit 8ba8e4c

Please sign in to comment.