1.2.2 • Published 5 years ago

@edx/cookie-policy-banner v1.2.2

Weekly downloads
207
License
AGPL-3.0
Repository
github
Last release
5 years ago

cookie-policy-banner

Greenkeeper badge npm npm

Introduction

edX cookie policy banner React component

Installation

npm i --save @edx/cookie-policy-banner

Usage

import CookiePolicyBanner from '@edx/cookie-policy-banner';

// Can import sass file this way
// Or as an import in one of your sass files with other third party sass files
import '@edx/cookie-policy-banner/build/cookie-policy-banner.scss';

const SomeWrappingComponent = () => (
  <div>
    <span>Blahblablah</span>
    <CookiePolicyBanner />
  </div>
);

Styling

As noted in a comment in the previous code example, you can import the styles associated with the CookiePolicyBanner component directly (if this is supported by your webpack config) or by importing the sass file as part of one of your existing sass files (probably where your other third-party sass files are imported).

// base.scss
@import 'thirdPartySass';
@import 'anotherThirdPartySass';
@import '@edx/cookie-policy-banner/build/cookie-policy-banner';

Storybook

storybook

Storybook is a useful tool for showcasing the expected and potential usage of components.

Executing

npm run start

locally builds the Storybook for the CookiePolicyBanner component on port 3003.

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago