Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liammartens/use-termly
https://github.com/liammartens/use-termly
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/liammartens/use-termly
- Owner: LiamMartens
- Created: 2023-01-01T15:15:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T21:04:19.000Z (over 1 year ago)
- Last Synced: 2024-11-18T20:27:35.246Z (about 1 month ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# use-termly
Simple library to interact with Termly from a React application.## Usage
```jsx
import { useTermly } from 'use-termly';const { consentState } = useTermly();
```