We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a08239 commit a537bb5Copy full SHA for a537bb5
docs/pages/docs/fromTag.mdx
@@ -10,8 +10,7 @@ const DomInput = fromTag('input');
10
11
**This feature is available since `9.0.0` release of Reflect.**
12
13
-Helper to create DOM-Element components.
14
-It simplifes `reflect` usage with pure elements instead of some ui-kit components.
+Helper to simplify `reflect` usage with pure DOM elements by creating simple components based on a html tag.
15
Such cases can happen, when project uses tools like Tailwind.
16
17
## Arguments
0 commit comments