0.4.1 • Published 9 months ago

webel-footer v0.4.1

Weekly downloads
24
License
-
Repository
github
Last release
9 months ago

webel-footer

A ready-to-use footer element for Angular.

<ck-footer01 [menuItems]="menuItems" [hexColors]="fhexColors" [socials]="socials" [disclaimer]="disclaimer"></ck-footer01>
  menuItems: MenuItem[] = [
    {value : "Home", name : "home"},
    {value : "About Us", name : "about"},
    {value : "Our Works", name : "works"},
    {value : "Our Services", name : "services"},
    {value : "Contact Us", name : "contact"},
  ];

  fhexColors: fColors = {
    defaultColor : '#ffffff7f',
    primary : "#ffdc25",
    accent : "#23ac81",
    background : "#120a43",
  };

  socials: Social[] = [
    {name : 'facebook', label : 'f', url : 'https://facebook.com/SOME_ACCOUNT'},
    {name : 'twitter', label : 't', url : 'https://twitter.com/SOME_ACCOUNT'},
    {
      name : 'linkedin',
      label : 'in',
      url : 'https://linkedin.com/company/SOME_ACCOUNT'
    },
  ];

  disclaimer =
      'We use cookies for site performance, social media and analytics, by using the site you consent to our cookies policy.';

footer screenshot

0.1.0

9 months ago

0.3.0

9 months ago

0.2.0

9 months ago

0.4.1

9 months ago

0.4.0

9 months ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago