react ngl
v0.2.3
ngl的react包装器
探索文档»
查看演示·报告错误·请求功能

react-ngl是NGL的React包装器。
要启动并运行本地副本,请遵循以下简单步骤。
这是如何列出您需要使用软件以及如何安装的内容的一个示例。
npm install react-nglgit clone https://github.com/gky360/react-ngl.gitnpm install使用react-ngl的最小示例如下。
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' )
) ;有关更多示例,请参阅演示
有关拟议功能(以及已知问题)的列表,请参见开放问题。
贡献是使开源社区成为学习,启发和创造的惊人场所的原因。您所做的任何贡献都非常感谢。
git checkout -b feature/AmazingFeature )git commit -m 'Add some AmazingFeature' )git push origin feature/AmazingFeature )根据MIT许可分发。有关更多信息,请参见LICENSE 。
项目链接:https://github.com/gky360/reaeact-ngl