xavierbriole / react-cookienotice

A lightweight & customizable cookie banner for your React App
https://react-cookienotice.vercel.app
18 stars 5 forks source link

Modify services into object #194

Closed xavierbriole closed 5 months ago

xavierbriole commented 1 year ago

a service should be :

{
  name: string,
  description: string,
  code: string,
}

then use name and description to display into the UI use code to the callback

try to keep retrocompatibility