You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rat_salsa is a very useful library for builing TUIs with ratatui, particularly the focus widgets and the mouse interactions. I was wondering whether an async template similar to the component template could be made, which uses rat_salsa for components and other actions.
Inline TUIs are incredibly useful, and a template on how to make them would be super useful!
rat_salsais a very useful library for builing TUIs with ratatui, particularly the focus widgets and the mouse interactions. I was wondering whether an async template similar to the component template could be made, which usesrat_salsafor components and other actions.