📝 docs(custom.mdx): add documentation for custom component
This commit is contained in:
parent
ea8865dc18
commit
9a1c20d750
1 changed files with 17 additions and 0 deletions
17
docs/docs/components/custom.mdx
Normal file
17
docs/docs/components/custom.mdx
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue