📝 docs(custom.mdx): add documentation for custom component

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-26 17:27:09 -03:00
commit 9a1c20d750

View file

@ -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.
<Admonition type="info" label="Tip">
[Learn more about Custom Components](../guidelines/custom-component)
</Admonition>