vosviewer-online
v1.2.4
Published
React component package for integrating VOSviewer Online into your site or application.
Downloads
1,886
Maintainers
Readme
VOSviewer Online React component
This is a React component package that offers an easy way to integrate VOSviewer Online into your site or application.
Installation
npm install vosviewer-online
Usage
The following code snippet illustrates the use of the VOSviewer Online React component:
import { VOSviewerOnline } from 'vosviewer-online'
<VOSviewerOnline data={{ ... }} parameters={{ ... }} />
The data
and parameters
props are optional. The data
prop can be used to provide network data to the VOSviewer Online React component. The data must be in the VOSviewer JSON format. The parameters
prop can be used to adjust the visualization of a network. The available parameters can be found here.
License
The VOSviewer Online React component package is distributed under the MIT license.