Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@justeattakeaway/pie-spinner
Advanced tools
PIE Design System Spinner built using Web Components
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.
To install pie-spinner
in your application, run the following on your command line:
# npm
$ npm i @justeattakeaway/pie-spinner
# yarn
$ yarn add @justeattakeaway/pie-spinner
For full information on using PIE components as part of an application, check out the Getting Started Guide.
// 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
// 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.
[!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.
Property | Type | Default | Description |
---|---|---|---|
size | String | medium | Size of the spinner, one of sizes – xsmall , small , medium , large , xlarge |
variant | String | brand | Variant of the spinner, one of variants – brand , secondary , inverse |
aria | Object | undefined | An 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>
Check out our contributing guide for more information on local development and how to run specific component tests.
FAQs
PIE Design System Spinner built using Web Components
The npm package @justeattakeaway/pie-spinner receives a total of 311 weekly downloads. As such, @justeattakeaway/pie-spinner popularity was classified as not popular.
We found that @justeattakeaway/pie-spinner demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.