Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liammartens/use-termly


https://github.com/liammartens/use-termly

Last synced: 11 days ago
JSON representation

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();
```