We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08cf1b commit 0fe2ec2Copy full SHA for 0fe2ec2
README.md
@@ -36,7 +36,19 @@ The Component Designer uses a [source generator](https://devblogs.microsoft.com/
36
37
### Getting started
38
39
-TODO
+Install the `Discord.Net.ComponentDesigner` package from one of the following feeds:
40
+- [Discord.Net Baget](https://baget.discordnet.dev/)
41
+- [Github Packages](https://github.com/discord-net/ComponentDesigner/pkgs/nuget/Discord.Net.ComponentDesigner)
42
+
43
+Thats it! You can now use the [Discord.ComponentDesigner.cx](#component-designer) method:
44
45
+```cs
46
+var myComponent = ComponentDesigner.cx(
47
+ """
48
+ <text>Hello, World!</text>
49
50
+);
51
+```
52
53
## Component Syntax
54
0 commit comments