Giter VIP home page Giter VIP logo

evve-react-cookies-policy's Introduction

Evve Cookies Policy

evve-react-cookies-policy is react cookie policy component that is used in our projects

Installation

to install, run the following command:

yarn add evve-react-cookies-policy

Usage

to use just do that (you don't need pass any of this props)

import CookiesPolicy from "evve-react-cookies-policy";

function YourComponent() {
  return (
      <CookiesPolicy
        cookiesPolicyLinkHref="https://caquiinova.com.br/assets/pdf/TERMOS_DE_ACEITE_DE_UTILIZACAO_DE_COOKIES_CAQUI_INOVA.pdf"
        cookiesPolicyLinkTarget="_blank"
        cookiesPolicyLinkRel="noopener noreferrer"
        cookiesLocalStorageKey="COOKIES_CONCENT"
        cookiesLocalStorageValue="yes"
        styles={{
          containerBackgroundColor: "#efefef",
          linkColor: "red",
          buttonBackgroundColor: "#3DC7E3",
          buttonFontFamily: "sans-serif",
          buttonTextColor: "white",
          paragraphColor: "#202020",
          paragraphFontFamily: "sans-serif",
        }}
        onAcceptCookies={() => {
          alert("Cookie accepted!");
        }}
      />
  );
}

export default App;

Props

{
    cookiesPolicyLinkHref="#"
    cookiesPolicyLinkTarget="_blank"
    cookiesPolicyLinkRel="noopener noreferrer"
    cookiesLocalStorageKey="COOKIES_CONCENT"
    cookiesLocalStorageValue="yes"
    styles={
        containerBackgroundColor: "#efefef",
        linkColor: "#007bff",
        buttonBackgroundColor: "#FFBC14",
        buttonFontFamily: "inherit",
        buttonTextColor: "white",
        paragraphColor: "#333333",
        paragraphFontFamily: "inherit",
    },
    onAcceptCookies= () => {}
}

bjs T.I ๐Ÿ˜˜

evve-react-cookies-policy's People

Contributors

vitor-carmo avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.