
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
React wrapper for NGL
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
react-ngl is a React wrapper for NGL.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
npm install react-ngl
git clone https://github.com/gky360/react-ngl.git
npm install
A minimal example of using react-ngl is as follows.
import React from 'react';
import { Stage, Component } from 'react-ngl';
ReactDOM.render(
<Stage width="600px" height="400px">
<Component path="rcsb://4hhb" reprList={reprList} />
</Stage>,
document.getElementById('app')
);
For more examples, please refer to the Demo
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/gky360/react-ngl
FAQs
React wrapper for ngl
The npm package react-ngl receives a total of 1,065 weekly downloads. As such, react-ngl popularity was classified as popular.
We found that react-ngl 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
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.