0.3.0 • Published 12 months ago
@europeana/feedback-widget v0.3.0
Europeana feedback widget
Widget for sending feedback from, and about, Europeana websites.
Usage
To embed the feedback widget in your web page, add the stylesheet link, JS
script, and a target element with id europeana-feedback-widget
:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@europeana/feedback-widget@0.3.0/dist/europeana-feedback-widget.css">
</head>
<body>
<div id="europeana-feedback-widget"></div>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@europeana/feedback-widget@0.3.0/dist/europeana-feedback-widget.js"
integrity="sha384-u9uk9KOvOrG5X4yAGn1xMj1P5YmrJWanSqij7tvI4eZTjI/UQGK98lq3e/I6XfuP"
></script>
</body>
</html>
Development
- Install:
pnpm install
- Run development server:
pnpm dev
- Test:
pnpm test:unit
- Check code formatting:
pnpm format
- Check code quality:
pnpm lint
- Build library:
pnpm build
- Version library:
pnpm version patch
- Publish library to NPM:
pnpm publish --access public
License
Licensed under the EUPL v1.2.
0.3.0-rc.3
12 months ago
0.3.0
12 months ago
0.3.0-rc.1
12 months ago
0.3.0-rc.2
12 months ago
0.2.0-rc.2
1 year ago
0.2.0
1 year ago
0.2.0-rc.1
1 year ago
0.1.0
1 year ago
0.1.0-rc.3
1 year ago
0.1.0-rc.4
1 year ago
0.1.0-rc.1
1 year ago
0.1.0-rc.2
1 year ago
0.0.1-alpha.1
2 years ago
0.0.0
2 years ago