mirror of
https://github.com/rio-labs/rio.git
synced 2025-12-30 01:39:42 -06:00
small README tweaks
This commit is contained in:
@@ -49,9 +49,9 @@ class ButtonClicker(rio.Component):
|
||||
def _on_press(self) -> None:
|
||||
self.clicks += 1
|
||||
|
||||
# Define the `build` method. This method essentially tells rio
|
||||
# Define the `build` method. This method essentially tells Rio
|
||||
# what a ButtonClicker component looks like. Whenever the state
|
||||
# of the ButtonClicker component changes, rio will call its
|
||||
# of the ButtonClicker component changes, Rio will call its
|
||||
# `build` method and update the GUI according to the output.
|
||||
def build(self) -> rio.Component:
|
||||
return rio.Column(
|
||||
|
||||
Reference in New Issue
Block a user