1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Move contexts in a context folder

This commit is contained in:
Aleksandr Gumroian
2022-12-22 15:14:32 +01:00
parent f382e743aa
commit f2ae6c4d0a
13 changed files with 17 additions and 12 deletions

View File

@ -0,0 +1,5 @@
It provides alert context to children. `AlertContext` allows using `useAlert` in
components.
Notice that `<div id="alert-container"/>` should be presented in HTML doc to get
it work (In reForis it's already done with base Jinja2 templates).