Third parties can use this widget to add an interactive link to erfgoedkit.nl.
Developed with ❤️ by GRRR
Add an HTML element with the data attribute data-container="nde-widget"
to the
desired location on the page.
<div data-container="nde-widget"></div>
You can place this element wherever you like. The widget will place itself inside this element. No need to set any size attributes, the widget will ensure it fits inside the given box.
It's also possible to add multiple widgets on the same page.
<link rel="stylesheet" href="https://widget.erfgoedkit.nl/v2.0.1/style.css" />
<script src="https://widget.erfgoedkit.nl/v2.0.1/script.js"></script>
This script will insert the Widget inside the desired element.
For question or bug-reports you can create a new issue.
Configure the URL to the API:
cp .env.example .env
Start the build server:
yarn dev
# Output:
# Server running at https://localhost:1234
Open the provided url in your browser.