diff --git a/docs/docs/components/custom.mdx b/docs/docs/components/custom.mdx new file mode 100644 index 000000000..316bd02d7 --- /dev/null +++ b/docs/docs/components/custom.mdx @@ -0,0 +1,17 @@ +import Admonition from "@theme/Admonition"; + +# Custom Component + +--- + +Used to create a custom component. The code is the class that will be converted to a Custom Component with the fields and formatting you define. + +**Params** + +- **Code:** The code of the component. + + + +[Learn more about Custom Components](../guidelines/custom-component) + +