gravity list sorta #6702
wolfercarter-cpu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
`from future import annotations
from textual.app import ComposeResult
from textual.widget import Widget
from textual.widgets import Input, OptionList
from textual.containers import Vertical
from textual.events import Key
from rich.console import RenderableType
class GravityList(Widget):
"""A standalone gravity list widget with Tab-switching and auto-snapping focus."""
All reactions