markless/ui/widgets/mod.rs
1//! Ratatui widgets for rendering UI components.
2//!
3//! This module contains custom widgets for:
4//! - Document content display
5//! - Table of contents sidebar
6//! - Status bar
7//! - Search input
8//! - Help overlay
9
10// Widgets will be implemented as needed
11// pub mod document;
12// pub mod toc;
13// pub mod status_bar;
14// pub mod search_bar;
15// pub mod help;