You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@popmenu/admin-ui

Package Overview
Dependencies
Maintainers
0
Versions
148
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.113.0
npm
Version published
Weekly downloads
1.1K
-14.64%
Maintainers
0
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 03 Mar 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