leptodon 0.1.0

your Leptos UI toolkit for data science
Documentation
#![allow(non_snake_case)]
// Leptodon
//
// Copyright (C) 2025-2026 Open Analytics NV
//
// ===========================================================================
//
// This program is free software: you can redistribute it and/or modify it
// under the terms of the Apache License as published by The Apache Software
// Foundation, either version 2 of the License, or (at your option) any later
// version.
//
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the Apache License for more details.
//
// You should have received a copy of the Apache License along with this program.
// If not, see <http://www.apache.org/licenses/>

pub mod include_generated;

#[cfg(feature = "leptos")]
pub mod accordion;
#[cfg(feature = "leptos")]
pub mod avatar;
#[cfg(feature = "leptos")]
pub mod badge;
#[cfg(feature = "leptos")]
pub mod button;
#[cfg(feature = "leptos")]
pub mod button_group;
#[cfg(feature = "leptos")]
pub mod calendar;
#[cfg(feature = "leptos")]
pub mod checkbox;
#[cfg(feature = "leptos")]
pub mod class_list;
#[cfg(feature = "leptos")]
pub mod codeblock;
#[cfg(feature = "leptos")]
pub mod darkmode;
#[cfg(feature = "leptos")]
pub mod date_picker;
#[cfg(feature = "leptos")]
pub mod dialog;
#[cfg(feature = "leptos")]
pub mod divider;
#[cfg(feature = "leptos")]
pub mod dropdown;
#[cfg(feature = "leptos")]
pub mod form_input;
#[cfg(feature = "leptos")]
pub mod heading;
#[cfg(feature = "leptos")]
pub mod icon;
#[cfg(feature = "leptos")]
pub mod input;
#[cfg(feature = "leptos")]
pub mod input_group;
#[cfg(feature = "leptos")]
pub mod layout;
#[cfg(feature = "leptos")]
pub mod link;
#[cfg(feature = "leptos")]
pub mod modal;
#[cfg(feature = "leptos")]
pub mod navbar;
#[cfg(feature = "leptos")]
pub mod popover;
#[cfg(feature = "leptos")]
pub mod radio;
#[cfg(feature = "leptos")]
pub mod select;
#[cfg(feature = "leptos")]
pub mod spinner;
#[cfg(feature = "leptos")]
pub mod table;
#[cfg(feature = "leptos")]
pub mod tag_picker;
#[cfg(feature = "leptos")]
pub mod textarea;
#[cfg(feature = "leptos")]
pub mod toast;
#[cfg(feature = "leptos")]
pub mod toggle;
#[cfg(feature = "leptos")]
pub mod util;