tldr-not-heading
This commit is contained in:
parent
001c73ad48
commit
c468a7c918
5 changed files with 6 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ A Custom Component is created from a user-defined Python script that uses the _`
|
|||
|
||||
Let's take a look at the basic rules and features. Then we'll go over an example.
|
||||
|
||||
## TL;DR
|
||||
**TL;DR**
|
||||
|
||||
- Create a class that inherits from _`CustomComponent`_ and contains a _`build`_ method.
|
||||
- Use arguments with [Type Annotations (or Type Hints)](https://docs.python.org/3/library/typing.html) of the _`build`_ method to create component fields.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue