We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5238428 commit ae5a79bCopy full SHA for ae5a79b
1 file changed
documentation/documentation.html
@@ -99,7 +99,21 @@ <H3>Multiple subjects</H3><template>
99
<H3>All documents in a catalog</H3><div>
100
</div>
101
-->
102
- <H3>Forms</H3><div>Coming soon!</div>
+ <H3>Forms</H3><template>
103
+ <pre><code><sol-rdf
104
+ source="./data/sample-rdf.ttl#004"
105
+ form="./data/sample-form.ttl#MyForm"
106
+ wanted="* a Bookmark"
107
+></sol-rdf></code></pre>
108
+
109
+ <sol-rdf source="./data/sample-rdf.ttl#004" form="./data/sample-form.ttl#MyForm" wanted="* a Bookmark"></sol-rdf>
110
+ </template>
111
112
+ <H3>Login</H3><template>
113
+ Include a Solid login button with a simple tag.
114
115
+ <sol-login></sol-login>
116
117
118
119
0 commit comments