mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
it's -> its
This commit is contained in:
@@ -15,7 +15,7 @@ A widget is a component of your UI responsible for managing a rectangular region
|
|||||||
|
|
||||||
There is a growing collection of [builtin widgets](../widgets/index.md) in Textual, but you can build entirely custom widgets that work in the same way.
|
There is a growing collection of [builtin widgets](../widgets/index.md) in Textual, but you can build entirely custom widgets that work in the same way.
|
||||||
|
|
||||||
The first step in building a widget is to import and extend a widget class. This can either be [Widget][textual.widget.Widget] which is the base class of all widgets, or one of it's subclasses.
|
The first step in building a widget is to import and extend a widget class. This can either be [Widget][textual.widget.Widget] which is the base class of all widgets, or one of its subclasses.
|
||||||
|
|
||||||
Let's create a simple custom widget to display a greeting.
|
Let's create a simple custom widget to display a greeting.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user