The LaxarJS WidgetBrowser contains all widgets provided by the LaxarJS Team.
Select a widget from the list to access its documentation.
Along with the README.md
of the selected widget, details such as version, dependencies and the configuration options are shown.
This information is generated from the widget metadata (package.json
and widget.json
).
These steps are required to install your local version of the LaxarJS widget browser:
git clone https://github.com/LaxarJS/widget-browser.git
cd widget-browser
npm install
npm run dist
npm start