diff options
Diffstat (limited to 'src/lustre/element/svg.gleam')
-rw-r--r-- | src/lustre/element/svg.gleam | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lustre/element/svg.gleam b/src/lustre/element/svg.gleam index 1979c2a..8f68f53 100644 --- a/src/lustre/element/svg.gleam +++ b/src/lustre/element/svg.gleam @@ -1,3 +1,9 @@ +//// > **Note**: this is a _release candidate_ for v4.0.0 and documentation is still +//// > a work in progress. If you spot an issue with docs or the library, or would +//// > like to get involved, please [open an issue](https://github.com/lustre-labs/lustre/issues/new) +//// > or a pull request. +//// + // IMPORTS --------------------------------------------------------------------- import lustre/element.{type Element, namespaced, text as inline_text} |