From 9a1c20d75094caabcaa86e2ef6def7f91ab5830e Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 26 Jul 2023 17:27:09 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(custom.mdx):=20add=20docume?= =?UTF-8?q?ntation=20for=20custom=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/components/custom.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/docs/components/custom.mdx 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) + +