You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@shopify/shop-minis-ui-extensions

Package Overview
Dependencies
Maintainers
8
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/shop-minis-ui-extensions

0.0.23
latest
npm
Version published
Weekly downloads
554
-36.03%
Maintainers
8
Weekly downloads
 
Created
Source

The Link component is designed to function as an interactive link within a React Native application, utilizing the Shop Minis Platform SDK. It displays text that, when pressed, triggers an event defined within the component.

Example of BundleCollection
Interactive Link Example

Example

import { Link } from '@shopify/shop-minis-ui-extensions'

...

<Link
  actionText="Action text"
/>

Props

The component accepts the following prop:

  • actionText (string): The text displayed on the link. This text is typically actionable and prompts the user to interact.
Example of BundleCollection
Interactive Link in ProductPage

FAQs

Package last updated on 17 Apr 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