0.7.2 • Published 9 months ago

@justeattakeaway/pie-spinner v0.7.2

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

Table of Contents

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

pie-spinner

pie-spinner 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-spinner in your application, run the following on your command line:

npm i @justeattakeaway/pie-spinner

yarn add @justeattakeaway/pie-spinner

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 { PieSpinner } from '@justeattakeaway/pie-spinner';

// 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-spinner';

React

// React
// For React, you will need to import our React-specific component build
// which wraps the web component using ​@lit/react
import { PieSpinner } from '@justeattakeaway/pie-spinner/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-spinner, 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
sizeStringmediumSize of the spinner, one of sizesxsmall, small, medium, large, xlarge
variantStringbrandVariant of the spinner, one of variantsbrand, secondary, inverse
ariaObjectundefinedAn object representing the aria attributes such as label;

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

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

<!-- JSX -->
<PieSpinner></PieSpinner>

Contributing

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

0.7.2

10 months ago

0.7.1

10 months ago

0.7.0

10 months ago

0.6.7

11 months ago

0.6.6

1 year ago

0.6.5

1 year ago

0.6.4

1 year ago

0.6.3

1 year ago

0.6.2

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

2 years ago

0.4.0

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.2-next.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago