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

@popmenu/admin-ui

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.109.0
Version published
Maintainers
3
Created

@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 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