zino-dioxus 0.5.2

Dioxus components for zino.
Documentation
1
2
3
4
5
6
7
8
9
//! Typography helpers.

mod card;
mod markdown;
mod span;

pub use card::{Card, CardProps};
pub use markdown::{Markdown, MarkdownProps};
pub use span::{FixedWidthSpan, FixedWidthSpanProps};