Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@justeattakeaway/pie-checkbox
Advanced tools
PIE Design System Checkbox built using Web Components
pie-checkbox
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-checkbox
in your application, run the following on your command line:
# npm
$ npm i @justeattakeaway/pie-checkbox
# yarn
$ yarn add @justeattakeaway/pie-checkbox
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 { PieCheckbox } from '@justeattakeaway/pie-checkbox';
// 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-checkbox';
// React
// For React, you will need to import our React-specific component build
// which wraps the web component using @lit/react
import { PieCheckbox } from '@justeattakeaway/pie-checkbox/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-checkbox
, 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 |
---|---|---|---|
- | - | - | - |
In your markup or JSX, you can then use these to set the properties for the pie-checkbox
component:
<!-- Native HTML -->
<pie-checkbox></pie-checkbox>
<!-- JSX -->
<PieCheckbox></PieCheckbox>
Check out our contributing guide for more information on local development and how to run specific component tests.
FAQs
PIE Design System Checkbox built using Web Components
The npm package @justeattakeaway/pie-checkbox receives a total of 254 weekly downloads. As such, @justeattakeaway/pie-checkbox popularity was classified as not popular.
We found that @justeattakeaway/pie-checkbox 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.