2.5.0 • Published 3 years ago

@s-ui/react-tcf-services v2.5.0

Weekly downloads
842
License
MIT
Repository
-
Last release
3 years ago

TcfServices

Description

Installation

$ npm install @s-ui/react-tcf-services

Usage

Basic usage

import TcfServices from '@s-ui/react-tcf-services'

return (
<TcfServices>
    {service => (
        <TCFContainer
          getVendorList={() => service.getVendorList()}
          loadUserConsent={() => service.loadUserConsent()}
          saveUserConsent={({purpose, vendor}) =>
            service.saveUserConsent({purpose, vendor})
          }
        />
    )}
  </TCFServices>)

Find full description and more examples in the demo page.

2.5.0

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago