Back to Ratatui

Recipes

src/content/docs/recipes/index.md

latest638 B
Original Source
  • Layout: Articles regarding how to layout your application's User Interface including widgets and nesting blocks
  • Rendering: Articles related to actually rendering text and widgets to the screen including how to style and write to the buffer.
  • Widgets: Articles related to using individual widgets suchs as the paragraph, block, and creating your own custom widget.
  • Testing: Articles related to how to test your TUI application.
  • Applications: Articles related to developing applications. E.g. how to handle CLI arguments, tracing, configuration, panics, etc.