
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
ntp-logo-react
Advanced tools
A customizable React component for displaying the NETOPIA Payments logo with dynamic color and version options.
A customizable React component for displaying the NETOPIA Payments logo with dynamic color and version options.
To install the ntp-logo-react
package, use npm or yarn:
npm install ntp-logo-react
or
yarn add ntp-logo-react
import React from "react";
import NTPLogo from "ntp-logo-react";
function App() {
return (
<div>
<h1>Welcome to My App</h1>
<NTPLogo color="#ffffff" version="vertical" secret="your-secret-key" />
</div>
);
}
export default App;
The NTPLogo
component accepts the following props:
color
(optional): The color of the background where the logo will be placed, can be HEX or RGB. Defaults to #ffffff
.version
(optional): Logo version, either 'vertical'
or 'horizontal'
. Default is 'vertical'
.secret
(required): Your secret key for the logo. Log in into your NETOPIA Payments account to obtain the secret key. If not provided, an error message will be displayed.This project is licensed under the MIT License - see the [LICENSE] file for details.
Created by NETOPIA
FAQs
A customizable React component for displaying the NETOPIA Payments logo with dynamic color and version options.
The npm package ntp-logo-react receives a total of 0 weekly downloads. As such, ntp-logo-react popularity was classified as not popular.
We found that ntp-logo-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.