New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@justeattakeaway/pie-ai-suggestions

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justeattakeaway/pie-ai-suggestions

PIE Design System Ai Suggestions built using Web Components

0.1.0
latest
npm
Version published
Maintainers
0
Created
Source

GitHub Workflow Status

Table of Contents

pie-ai-suggestions

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

# npm
$ npm i @justeattakeaway/pie-ai-suggestions

# yarn
$ yarn add @justeattakeaway/pie-ai-suggestions

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 { PieAiSuggestions } from '@justeattakeaway/pie-ai-suggestions';

// 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-ai-suggestions';
React
// React
// For React, you will need to import our React-specific component build
// which wraps the web component using ​@lit/react
import { PieAiSuggestions } from '@justeattakeaway/pie-ai-suggestions/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-ai-suggestions, 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
----

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

<!-- Native HTML -->
<pie-ai-suggestions></pie-ai-suggestions>

<!-- JSX -->
<PieAiSuggestions></PieAiSuggestions>

Contributing

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

FAQs

Package last updated on 26 Feb 2025

Did you know?

Socket

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.

Install

Related posts