components/

directory
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2022 License: MIT

README

Components

Components are intended to be smaller, reusable pieces that might make up a Screen. They generally conform to Init(), Update(tea.Msg), and View() for simplicity, but Update returns a copy of itself rather than the more generic tea.Model. This allows for advanced controls/data to be passed around but does NOT allow them to be used as a regular tea.Model as a tradeoff.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL