vaadin-cookie-consent

WebJar for vaadin-cookie-consent

License

License

Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin.webjar
ArtifactId

ArtifactId

vaadin-cookie-consent
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

vaadin-cookie-consent
WebJar for vaadin-cookie-consent
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/vaadin/vaadin-cookie-consent

Download vaadin-cookie-consent

How to add to project

<!-- https://jarcasting.com/artifacts/com.vaadin.webjar/vaadin-cookie-consent/ -->
<dependency>
    <groupId>com.vaadin.webjar</groupId>
    <artifactId>vaadin-cookie-consent</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.webjar/vaadin-cookie-consent/
implementation 'com.vaadin.webjar:vaadin-cookie-consent:2.0.0'
// https://jarcasting.com/artifacts/com.vaadin.webjar/vaadin-cookie-consent/
implementation ("com.vaadin.webjar:vaadin-cookie-consent:2.0.0")
'com.vaadin.webjar:vaadin-cookie-consent:jar:2.0.0'
<dependency org="com.vaadin.webjar" name="vaadin-cookie-consent" rev="2.0.0">
  <artifact name="vaadin-cookie-consent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.webjar', module='vaadin-cookie-consent', version='2.0.0')
)
libraryDependencies += "com.vaadin.webjar" % "vaadin-cookie-consent" % "2.0.0"
[com.vaadin.webjar/vaadin-cookie-consent "2.0.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.webjars.bowergithub.vaadin : license-checker jar [2.1.0,3)
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)
org.webjars.bowergithub.vaadin : vaadin-themable-mixin jar [1.6.1,2)
org.webjars.bowergithub.osano : cookieconsent jar [3.0.6,4)
org.webjars.bowergithub.vaadin : vaadin-material-styles jar [1.1.0,2)
org.webjars.bowergithub.vaadin : vaadin-element-mixin jar [2.4.1,3)
org.webjars.bowergithub.vaadin : vaadin-lumo-styles jar [1.1.0,2)

Project Modules

There are no modules declared in this project.

Build Status Gitter

<vaadin-cookie-consent>

Live Demo | API documentation

<vaadin-cookie-consent> is a web component used for showing a cookie consent banner the first time a user visits the application. Cookie Consent is part of the Vaadin components.

Getting Started

Install Vaadin Cookie Consent in your project

$ bower install --save vaadin/vaadin-cookie-consent

Import Vaadin Cookie Consent

Add html import

<link rel="import" href="../../bower_components/vaadin-cookie-consent/vaadin-cookie-consent.html">

Use Vaadin Cookie Consent

Create your first Vaadin Cookie Consent

<vaadin-cookie-consent></vaadin-cookie-consent>

Install License Key

After one day using Vaadin Cookie Consent in a development environment you will see a pop-up that asks you to enter the license key. You can get your trial key from https://vaadin.com/pro/licenses. If the license is valid, it will be saved to the local storage of the browser and you will not see the pop-up again.

Customizing Vaadin Cookie Consent

<vaadin-cookie-consent
  message="We are using cookies to make your visit here awesome!"
  dismiss="Accept"
  learn-more="Why?"
  learn-more-link="https://yourdomain.com/terms-of-service">
</vaadin-cookie-consent>

Screenshot of vaadin-cookie-consent

The file structure for Vaadin components

Vaadin components use the Lumo theme by default.

  • src/vaadin-cookie-consent.html

    Unstyled component.

  • theme/lumo/vaadin-cookie-consent.html

    Component with Lumo theme.

  • vaadin-cookie-consent.html

    Alias for theme/lumo/vaadin-cookie-consent.html

Running demos and tests in browser

  1. Fork the vaadin-cookie-consent repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the vaadin-cookie-consent directory, run npm install and then bower install to install dependencies.

  4. Make sure you have polymer-cli installed globally: npm i -g polymer-cli.

  5. Run polymer serve --open, browser will automatically open the component API documentation.

  6. You can also open demo or in-browser tests by adding demo or test to the URL, for example:

Running tests from the command line

  1. When in the vaadin-cookie-consent directory, run polymer test

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.

Following the coding style

We are using ESLint for linting JavaScript code. You can check if your code is following our standards by running gulp lint, which will automatically lint all .js files as well as JavaScript snippets inside .html files.

Contributing

To contribute to the component, please read the guideline first.

License

Commercial Vaadin Developer License 4.0 (CVDLv4). For license terms, see LICENSE.

Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.

com.vaadin.webjar

Vaadin

An open platform for building modern web apps for Java back ends

Versions

Version
2.0.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0