New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

numericon-shared-components

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

numericon-shared-components

UI library for Numericon

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

Numericon Custom Library

A small UI component library built with React and Material-UI.

🚀 Installation

Install the library using npm:

npm install numericon-shared-components

Or with yarn:

yarn add numericon-shared-components

📦 Peer Dependencies

Make sure you have the required peer dependencies installed:

npm install react@^18 react-dom@^18 @mui/material @emotion/react @emotion/styled

🛠️ Usage

Import and use components in your project:

import { Button } from "numericon-shared-components";

export default function App() {
  return <Button variant="contained">Click Me</Button>;
}

🔄 Updating the Library

To check for updates, run:

npm outdated numericon-shared-components

To update:

npm update numericon-shared-components

📜 License

This project is licensed under the ISC License.

Made with ❤️ by MaximQu.

FAQs

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