dioxus-docs-kit 0.4.1

Reusable documentation site shell for Dioxus applications
Documentation
mod author_info;
mod blog_card;
mod blog_layout;
mod blog_list;
mod blog_meta;
mod blog_post;
mod mobile_drawer;
mod post_nav;
mod progress_bar;
mod reading_time;
mod related_posts;
mod search_modal;
mod tag_filter;
mod theme_toggle;

pub use author_info::AuthorInfo;
pub use blog_card::BlogCard;
pub use blog_layout::{BlogLayout, BlogSearchButton};
pub use blog_list::BlogList;
pub use blog_meta::{BlogIndexMeta, BlogPostMeta};
pub use blog_post::BlogPostView;
pub use mobile_drawer::BlogMobileDrawer;
pub use post_nav::BlogPostNav;
pub use progress_bar::ReadingProgressBar;
pub use reading_time::ReadingTimeBadge;
pub use related_posts::RelatedPosts;
pub use search_modal::BlogSearchModal;
pub use tag_filter::TagFilter;
pub use theme_toggle::BlogThemeToggle;