docs/cookbook/README.md
# Cookbook
Practical guides and recipes for building terminal applications with Raxol.
## Guides
- [LiveView Integration](LIVEVIEW_INTEGRATION.md) - Integrate Raxol with Phoenix LiveView
- [Theming](THEMING.md) - Customize your terminal application's appearance
- [Command System](COMMAND_SYSTEM.md) - Build powerful command interfaces
- [Performance Optimization](PERFORMANCE_OPTIMIZATION.md) - Optimize your terminal app
- [Vim Navigation](VIM_NAVIGATION.md) - Add Vim-style keyboard navigation
## More Examples
For complete example applications, see the `examples/` directory in the repository.