0.0.4 • Published 6 years ago

ff-cookie v0.0.4

Weekly downloads
12
License
-
Repository
-
Last release
6 years ago

ff-cookie

Image alt

Installing

npm install ff-cookie --save

Using

Basic

<ff-cookie></ff-cookie>

Also you can set up options:

<ff-cookie
 link="/cookie-politic"
 linkText="cookie policy"
 agreeText="Agree"
 description="We use cookies to ensure you the best experience. By clicking around the site you accept our "
 
 expireDays="365"
 path="/"
 
 (onAccept)="someHandler($event)"
 ></ff-cookie>

Types and default values

  link: string = '';
  linkText: string = 'cookie policy';
  agreeText: string = 'Agree';
  description: string = 'We use cookies to ensure you the best experience. By clicking around the site you accept our ';
  path: string = '/';
  expireDays: number | string  = 365;

Styling

You can change default styles. Just cover

.ff-cookie-wrapper{
// styles for wrapper
}
.ff-cookie-description{
// styles for description
}

.ff-cookie-more{
// styles for link 
}

.ff-cookie-agree{
// styles for accept button
}
0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago