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

@popmenu/admin-ui

Package Overview
Dependencies
Maintainers
4
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@popmenu/admin-ui

React components specifically for the MyPop web app.

0.125.0
npmnpm
Version published
Weekly downloads
919
-23.99%
Maintainers
4
Weekly downloads
 
Created
Source

@popmenu/admin-ui

Components for the Admin application.

Installation

packages are available on NPM. @popmenu/common-ui is a peer-dependency for all sub-system components.

yarn add @popmenu/admin-ui

Usage

Common components are ready to use out of the box.

import React from 'react'
import { Button } from '@popmenu/admin-ui'

const MyComponent = () => {
  return <Button>Click Me!</Button>
}

FAQs

Package last updated on 22 May 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