tldr-not-heading

This commit is contained in:
Mendon Kissling 2024-06-07 15:21:02 -04:00
commit c468a7c918
5 changed files with 6 additions and 6 deletions

View file

@ -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.