It was built as a Web Component to facilitate its integration between all the frontend library/frameworks used.
<body>
<header>...</header>
<hands-off-ukraine-banner></hands-off-ukraine-banner>
<!-- ...rest of the html -->
<footer>...</footer>
<script src="./node_modules/hands-off-ukraine-banner/index.js"></script>
</body>
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
MIT