0.12.3 • Published 8 months ago

@justeattakeaway/pie-notification v0.12.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
8 months ago

Table of Contents

  1. Introduction
  2. Installation
  3. Importing the component
  4. Peer Dependencies
  5. Props
  6. Contributing

pie-notification

pie-notification is a Web Component built using the Lit library.

This component can be easily integrated into various frontend frameworks and customized through a set of properties.

Installation

To install pie-notification in your application, run the following on your command line:

npm i @justeattakeaway/pie-notification

yarn add @justeattakeaway/pie-notification

For full information on using PIE components as part of an application, check out the Getting Started Guide.

Importing the component

JavaScript

// Default – for Native JS Applications, Vue, Angular, Svelte, etc.
import { PieNotification } from '@justeattakeaway/pie-notification';

// If you don't need to reference the imported object, you can simply
// import the module which registers the component as a custom element.
import '@justeattakeaway/pie-notification';

React

// React
// For React, you will need to import our React-specific component build
// which wraps the web component using ​@lit/react
import { PieNotification } from '@justeattakeaway/pie-notification/dist/react';

!NOTE When using the React version of the component, please make sure to also include React as a peer dependency in your project.

Peer Dependencies

!IMPORTANT When using pie-notification, you will also need to include a couple of dependencies to ensure the component renders as expected. See the PIE Wiki for more information and how to include these in your application.

Props

PropertyTypeDefaultDescription
isOpenBooleantrueWhen true, the notification is set to be open and visible
variantStringneutralSet the variant of the notification. Available variants: neutral, neutral-alternative, info, success, warning, error
compactBooleanfalseWhen true, the footer aligns to the header and icons which makes the component compact.
headingString-The text to display in the notification\'s heading.
headingLevelStringh2The HTML heading tag to use for the notification\'s heading. Can from h2 to h6. The font size is kept the same for all heading levels. Available heading levels: h2,h3,h4,h5,h6
hideIconBooleanfalseOption to hide the icon regardless its variant or if user provided an icon.

In your markup or JSX, you can then use these to set the properties for the pie-notification component:

<!-- Native HTML -->
<pie-notification></pie-notification>

<!-- JSX -->
<PieNotification></PieNotification>

Contributing

Check out our contributing guide for more information on local development and how to run specific component tests.

0.12.1

10 months ago

0.12.2

9 months ago

0.12.3

9 months ago

0.11.0

10 months ago

0.10.1

10 months ago

0.12.0

10 months ago

0.10.2

10 months ago

0.9.0

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.7.0

1 year ago

0.9.3

1 year ago

0.10.0

11 months ago

0.8.0

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.5

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.4.0-alpha.0

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.2-next.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago