@govflanders/vl-widget-global-header-types 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -151,6 +151,28 @@ const multiLanguageLink: Translatable<MainLink> = {
|
|
|
151
151
|
client.setMainLinks([singleLanguageLink, multiLanguageLink]);
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
+
## Browser Support
|
|
155
|
+
|
|
156
|
+
The **Global Header Widget** supports the two most recent versions of all major browsers:
|
|
157
|
+
|
|
158
|
+
- Google Chrome
|
|
159
|
+
- Mozilla Firefox
|
|
160
|
+
- Microsoft Edge
|
|
161
|
+
- Safari
|
|
162
|
+
|
|
163
|
+
Please ensure your users are on the latest versions of these browsers to guarantee full functionality of the widget.
|
|
164
|
+
|
|
165
|
+
## Contact Information
|
|
166
|
+
|
|
167
|
+
If you need assistance or have any questions regarding the **Global Header Widget**, feel free to reach out to us:
|
|
168
|
+
|
|
169
|
+
- **Support Portal**: [Wiget platform](https://vlaamseoverheid.atlassian.net/wiki/spaces/IKPubliek/pages/2339897467/Widget-platform)
|
|
170
|
+
|
|
171
|
+
Our team is here to help with any issues or inquiries you might have.
|
|
172
|
+
|
|
173
|
+
## Maintainers
|
|
174
|
+
|
|
175
|
+
- [Maarten Van Steenkiste](https://github.com/m44rten1)
|
|
154
176
|
|
|
155
177
|
## License
|
|
156
178
|
This package is licensed under the MIT License.
|