yew_components_library 0.1.0

A collection of yew components using the atomic component management system. Components are made in tailwindcss.
Documentation
mod button;
pub use button::Button;

mod theme_button;
pub use theme_button::ThemeButton;

mod logo;
pub use logo::Logo;

mod label;
pub use label::Label;

mod text_link;
pub use text_link::TextLink;

mod svg_icons;
pub use svg_icons::ClockIcon;
pub use svg_icons::ExternalLinkIcon;
pub use svg_icons::LinkedinIcon;
pub use svg_icons::LocationIcon;
pub use svg_icons::MenuIcon;
pub use svg_icons::SquareIcon;
pub use svg_icons::SeperatorIcon;
pub use svg_icons::RightArrow;